Skip to content

Commit

Permalink
Issue geerlingguy#140: Try installing Debian 11 instead of 12 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 25, 2024
1 parent d85e1cf commit 65a4ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
playbook: converge.yml
- distro: ubuntu2204
playbook: converge.yml
- distro: debian12
- distro: debian11
playbook: converge.yml

# Solr 7.
Expand Down
6 changes: 3 additions & 3 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
- openjdk-8-jdk
when: ansible_os_family == "Ubuntu"

- name: Set Java 17 package for Debian.
- name: Set Java 11 package for Debian.
set_fact:
java_packages:
- openjdk-17-jdk
- openjdk-11-jdk
when: ansible_os_family == "Debian"

- name: Update apt cache.
Expand All @@ -30,7 +30,7 @@
- name: Install dependencies (Debian).
apt:
name:
- openjdk-17-jre-headless
- openjdk-11-jre-headless
- ca-certificates-java
state: present
when: ansible_distribution == "Debian"
Expand Down

0 comments on commit 65a4ce5

Please sign in to comment.