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 9a7273d commit c5c8e71Copy full SHA for c5c8e71
.github/workflows/ci.yml
@@ -41,14 +41,15 @@ jobs:
41
strategy:
42
matrix:
43
include:
44
- - distro: rockylinux9
45
- playbook: converge.yml
+ # See: https://github.com/geerlingguy/docker-rockylinux9-ansible/issues/6
+ # - distro: rockylinux9
46
+ # playbook: converge.yml
47
- distro: ubuntu2204
48
playbook: converge.yml
49
- distro: debian11
50
51
- playbook: source-install.yml
52
+ # playbook: source-install.yml
53
- distro: ubuntu2004
54
playbook: source-install.yml
55
0 commit comments