Skip to content

Commit

Permalink
debian 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmarcum committed Jul 4, 2023
1 parent b95cc25 commit 061e0ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
exclude_paths:
- meta/main.yml
- handlers/main.yml
- molecule/
skip_list:
- 'yaml'
- 'role-name'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Compatibility
| OS | Version |
|------------|--------------|
| Arch Linux | all |
| Debian | 10,11 |
| Debian | 10, 11, 12 |
| FreeBSD | 13.1 |
| Ubuntu | 20.04, 22.04 |

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ galaxy_info:
versions:
- buster
- bullseye
- bookworm
- name: FreeBSD
- name: Ubuntu
versions:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: podman
platforms:
- name: main
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
command: ${MOLECULE_PODMAN_COMMAND:-""}
systemd: true
pre_build_image: true
Expand Down

0 comments on commit 061e0ec

Please sign in to comment.