diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-07-03 20:15:09 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-07-03 20:15:09 +0200 |
| commit | 9368443af5c0cdfbadbd54f92814dadce1c4e663 (patch) | |
| tree | 8bfd750d7c4623c52adc775f51468bced1a01d5e /molecule/default/molecule.yml | |
| parent | 7074302088d7283181f03c8ad3108322b9033bc3 (diff) | |
| download | ansible-role-prometheus-target-9368443af5c0cdfbadbd54f92814dadce1c4e663.tar.gz ansible-role-prometheus-target-9368443af5c0cdfbadbd54f92814dadce1c4e663.zip | |
refactor: bump and fix pre-commit errors
Diffstat (limited to 'molecule/default/molecule.yml')
| -rw-r--r-- | molecule/default/molecule.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index de1ac40..3ffe0b8 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -2,15 +2,12 @@ dependency: name: galaxy - driver: name: docker - platforms: - - name: application - image: ${MOLECULE_DISTRO:-debian:10} + image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 pre_build_image: false docker_networks: @@ -23,7 +20,7 @@ platforms: groups: [application_group] - name: application2 - image: ${MOLECULE_DISTRO:-debian:10} + image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 pre_build_image: false networks: @@ -31,18 +28,16 @@ platforms: groups: [application_group] - name: prometheus - image: ${MOLECULE_DISTRO:-debian:10} + image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 pre_build_image: false networks: - name: molecule-container-net - provisioner: name: ansible playbooks: converge: ${MOLECULE_PLAYBOOK:-converge.yml} - verifier: name: testinfra |