Skip to content

Commit fc55174

Browse files
committed
Issue #359: Disable failing Jenkins test.
1 parent ff701b4 commit fc55174

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ jobs:
8989
- playbook: includes.yml
9090
distro: ubuntu2004
9191

92-
- playbook: jenkins.yml
93-
distro: ubuntu2004
92+
# TODO: This started failing on GitHub Actions.
93+
# See: https://github.com/geerlingguy/ansible-for-devops/issues/359
94+
# - playbook: jenkins.yml
95+
# distro: ubuntu2004
9496

9597
# TODO: Not easy to test in CI at this time.
9698
# - playbook: kubernetes.yml

0 commit comments

Comments
 (0)