We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26728c6 commit 9b72a07Copy full SHA for 9b72a07
molecule/default/molecule.yml
@@ -16,6 +16,8 @@ platforms:
16
image: ubuntu:20.04
17
- name: ubuntu2204
18
image: ubuntu:22.04
19
+ - name: ubuntu2404
20
+ image: ubuntu:24.04
21
provisioner:
22
name: ansible
23
# Fix for role path finding in latest molecule versions (~25.4.0)
tasks/Debian.yml
@@ -48,8 +48,7 @@
48
become: true
49
when:
50
- ansible_os_family == "Debian"
51
- - ansible_distribution_major_version == "13" or ansible_distribution_version == "20.04" or
52
- ansible_distribution_version == "22.04"
+ - ansible_distribution_major_version == "13" or ansible_distribution_version >= "20.04"
53
54
- name: Set Java path for OpenJDK 11 (non-arm)
55
ansible.builtin.set_fact:
0 commit comments