diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daef4d2b..6ef800c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,11 @@ jobs: strategy: matrix: include: - - playbook: deployments.yml - distro: ubuntu2004 - test_idempotence: false + # TODO: This started failing on GitHub Actions. + # See: https://github.com/geerlingguy/ansible-for-devops/issues/429 + # - playbook: deployments.yml + # distro: ubuntu2004 + # test_idempotence: false # TODO: Not easy to test in CI at this time. # - playbook: deployments-balancer.yml