Skip to content

Commit 19c28b2

Browse files
Klaus ZerwesKlaus Zerwes
authored andcommitted
fixed tests for ansible 2.12
1 parent b0610cb commit 19c28b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ansible/all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
- include: setup/all.yml
1+
- import_playbook: setup/all.yml
22
tags: setup
3-
- include: regression/all.yml
3+
- import_playbook: regression/all.yml
44
tags: regression
5-
- include: integration/all.yml
5+
- import_playbook: integration/all.yml
66
tags: integration

0 commit comments

Comments
 (0)