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