Skip to content

Commit 8929b08

Browse files
committed
Issue #359: Disable includes.yml Drupal install playbook due to failures.
1 parent fc55174 commit 8929b08

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
@@ -86,8 +86,10 @@ jobs:
8686
- playbook: https-nginx-proxy.yml
8787
distro: debian10
8888

89-
- playbook: includes.yml
90-
distro: ubuntu2004
89+
# TODO: This started failing on GitHub Actions.
90+
# See: https://github.com/geerlingguy/ansible-for-devops/issues/359
91+
# - playbook: includes.yml
92+
# distro: ubuntu2004
9193

9294
# TODO: This started failing on GitHub Actions.
9395
# See: https://github.com/geerlingguy/ansible-for-devops/issues/359

0 commit comments

Comments
 (0)