Skip to content

Commit c5c8e71

Browse files
committed
Fix broken CI build.
1 parent 9a7273d commit c5c8e71

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- distro: rockylinux9
45-
playbook: converge.yml
44+
# See: https://github.com/geerlingguy/docker-rockylinux9-ansible/issues/6
45+
# - distro: rockylinux9
46+
# playbook: converge.yml
4647
- distro: ubuntu2204
4748
playbook: converge.yml
4849
- distro: debian11
4950
playbook: converge.yml
50-
- distro: rockylinux9
51-
playbook: source-install.yml
51+
# - distro: rockylinux9
52+
# playbook: source-install.yml
5253
- distro: ubuntu2004
5354
playbook: source-install.yml
5455

0 commit comments

Comments
 (0)