We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f47ec commit c1b8c4fCopy full SHA for c1b8c4f
.github/workflows/ci.yml
@@ -35,9 +35,11 @@ jobs:
35
strategy:
36
matrix:
37
include:
38
- - playbook: deployments.yml
39
- distro: ubuntu2004
40
- test_idempotence: false
+ # TODO: This started failing on GitHub Actions.
+ # See: https://github.com/geerlingguy/ansible-for-devops/issues/429
+ # - playbook: deployments.yml
41
+ # distro: ubuntu2004
42
+ # test_idempotence: false
43
44
# TODO: Not easy to test in CI at this time.
45
# - playbook: deployments-balancer.yml
0 commit comments