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 ce8bcd3 commit ea6ffb8Copy full SHA for ea6ffb8
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
matrix:
46
include:
47
- distro: debian10
48
+ ansible-version: '>=9, <10'
49
- distro: debian11
50
- distro: debian12
51
- distro: ubuntu1804
tests/test.yml
@@ -1,6 +1,7 @@
1
# test file
2
---
3
-- hosts: localhost
+- name: converge
4
+ hosts: localhost
5
connection: local
6
become: true
7
roles:
tests/vagrant.yml
-- hosts: all
+ hosts: all
remote_user: vagrant
0 commit comments