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 ca584ac commit 6a844f5Copy full SHA for 6a844f5
.github/workflows/ci.yml
@@ -41,13 +41,14 @@ jobs:
41
strategy:
42
matrix:
43
include:
44
- - distro: rockylinux9
+ # See: https://github.com/geerlingguy/docker-rockylinux9-ansible/issues/6
45
+ # - distro: rockylinux9
46
+ # playbook: converge.yml
47
+ - distro: ubuntu2404
48
playbook: converge.yml
- - distro: ubuntu2204
49
+ - distro: debian12
50
- - distro: debian11
- playbook: converge.yml
51
52
playbook: deploy.yml
53
54
steps:
0 commit comments