diff --git a/.github/workflows/molecule_community_ees.yml b/.github/workflows/molecule_community_ees.yml index cd4d2b94..220a0a43 100644 --- a/.github/workflows/molecule_community_ees.yml +++ b/.github/workflows/molecule_community_ees.yml @@ -81,7 +81,7 @@ jobs: # # yamllint disable-line rule:line-length - - image: 'ghcr.io/ansible/community-ansible-dev-tools:v24.10.2@sha256:3fe8c733d11b129492b9a188a0f5da5f89deb49a8cd20f9d433d282ccc27c39f' + - image: 'ghcr.io/ansible/community-ansible-dev-tools:v24.11.0@sha256:4e20a3c4880306415c573c31b750d21878488f6b44a82a0991faeb35fa0b4c11' molecule: '24.7.0' # diff --git a/docs/molecule_tests.md b/docs/molecule_tests.md index 66721301..51832881 100644 --- a/docs/molecule_tests.md +++ b/docs/molecule_tests.md @@ -156,10 +156,10 @@ with `molecule` and do not *seem* to support multiple versions of Ansible Core, | Operating system control node | Operating system managed node | Ansible Core Version | Automation Execution Environment name | | :---------------------------- | :---------------------------- | :------------------- | :---------------------------------------------------- | -| Fedora 40 | RHEL 9 (UBI) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | -| Fedora 40 | Debian 12 (Bookworm) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | -| Fedora 40 | Debian 11 (Bullseye) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | -| Fedora 40 | Debian 10 (Buster) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | -| Fedora 40 | OpenWrt 23.05 | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | -| Fedora 40 | OpenWrt 22.03.5 | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | -| Fedora 40 | OpenWrt 21.02.7 | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.10.2` | +| Fedora 40 | RHEL 9 (UBI) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` | +| Fedora 40 | Debian 12 (Bookworm) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` | +| Fedora 40 | Debian 11 (Bullseye) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` | +| Fedora 40 | Debian 10 (Buster) | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` | +| Fedora 40 | OpenWrt 23.05 | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` | +| Fedora 40 | OpenWrt 22.03.5 | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` | +| Fedora 40 | OpenWrt 21.02.7 | Ansible Core 2.17 | `ansible/community-ansible-dev-tools:v24.11.0` |