diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcb043e..41764d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: strategy: matrix: distro: - - 'rockylinux8' - 'rockylinux9' - 'fedora40' - 'fedora41' diff --git a/molecule/docker/requirements.txt b/molecule/docker/requirements.txt index 3990c42..4b3a669 100644 --- a/molecule/docker/requirements.txt +++ b/molecule/docker/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.16.7 +ansible-core docker molecule molecule-plugins[docker] diff --git a/molecule/podman/requirements.txt b/molecule/podman/requirements.txt index 724307a..4162e72 100644 --- a/molecule/podman/requirements.txt +++ b/molecule/podman/requirements.txt @@ -1,3 +1,3 @@ -ansible-core==2.16.7 +ansible-core molecule molecule-plugins[podman]