diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 4a4e016..457d48e 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -42,7 +42,6 @@ jobs: matrix: scenario: - ubuntu2204 - - debian12 steps: - uses: actions/checkout@v4 diff --git a/molecule/debian12/molecule.yml b/molecule/debian12/molecule.yml deleted file mode 100644 index 818d40d..0000000 --- a/molecule/debian12/molecule.yml +++ /dev/null @@ -1,25 +0,0 @@ -driver: - name: molecule-qemu - -platforms: - - name: debian12 - image_url: https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2 - image_checksum: sha512:https://cloud.debian.org/images/cloud/bookworm/latest/SHA512SUMS - network_ssh_port: 2229 - -provisioner: - name: ansible - playbooks: - prepare: ../prepare.yml - converge: ../converge.yml - -verifier: - name: testinfra - directory: ../tests - env: - # get rid of the DeprecationWarning messages of third-party libs, - # see https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning - PYTHONWARNINGS: "ignore:.*U.*mode is deprecated:DeprecationWarning" - options: - # show which tests where executed in test output - v: 1