Skip to content

Commit 10aff17

Browse files
committed
set ubuntu noble as default molecule distro
1 parent 226eda2 commit 10aff17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ lint: |
88
ansible-lint
99
flake8
1010
platforms:
11-
- name: ${DISTRO:-ubuntu-22.04}
12-
image: "darkwizard242/ansible:${DISTRO:-ubuntu-22.04}"
11+
- name: ${DISTRO:-ubuntu-24.04}
12+
image: "darkwizard242/ansible:${DISTRO:-ubuntu-24.04}"
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1515
pre_build_image: true

0 commit comments

Comments
 (0)