diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04d55c..fd8df0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,13 @@ jobs: strategy: matrix: distro: - - rockylinux8 + # See: https://www.jeffgeerling.com/blog/2024/newer-versions-ansible-dont-work-rhel-8 + # - rockylinux8 # TODO: Unable to install. # - fedora38 - ubuntu2004 # Focal Fossa - - ubuntu1804 # Bionic Beaver + # See: https://www.jeffgeerling.com/blog/2024/newer-versions-ansible-dont-work-rhel-8 + # - ubuntu1804 # Bionic Beaver - debian11 # Bullseye - debian10 # Buster