Skip to content

Commit ea6ffb8

Browse files
committed
Cs fixes
1 parent ce8bcd3 commit ea6ffb8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
matrix:
4646
include:
4747
- distro: debian10
48+
ansible-version: '>=9, <10'
4849
- distro: debian11
4950
- distro: debian12
5051
- distro: ubuntu1804

tests/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# test file
22
---
3-
- hosts: localhost
3+
- name: converge
4+
hosts: localhost
45
connection: local
56
become: true
67
roles:

tests/vagrant.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# test file
22
---
3-
- hosts: all
3+
- name: converge
4+
hosts: all
45
remote_user: vagrant
56
become: true
67
roles:

0 commit comments

Comments
 (0)