Skip to content

Commit ffb58cd

Browse files
Klaus ZerwesKlaus Zerwes
authored andcommitted
Revert "fixed tests for ansible 2.12"
include is deprecated and will be removed in 2.16, so there is some time to fix this left This reverts commit 19c28b2.
1 parent f82bd3d commit ffb58cd

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-
- import_playbook: setup/all.yml
1+
- include: setup/all.yml
22
tags: setup
3-
- import_playbook: regression/all.yml
3+
- include: regression/all.yml
44
tags: regression
5-
- import_playbook: integration/all.yml
5+
- include: integration/all.yml
66
tags: integration

0 commit comments

Comments
 (0)