Skip to content

Commit f82bd3d

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 7bc2102.
1 parent 478f286 commit f82bd3d

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

tests/ansible/integration/all.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
# This playbook imports all tests that are known to work at present.
44
#
55

6-
- import_playbook: action/all.yml
6+
- include: action/all.yml
77
tags: action
8-
- import_playbook: async/all.yml
8+
- include: async/all.yml
99
tags: async
10-
- import_playbook: become/all.yml
10+
- include: become/all.yml
1111
tags: become
12-
- import_playbook: connection/all.yml
12+
- include: connection/all.yml
1313
tags: connection
14-
- import_playbook: connection_delegation/all.yml
14+
- include: connection_delegation/all.yml
1515
tags: connection_delegation
16-
- import_playbook: connection_loader/all.yml
16+
- include: connection_loader/all.yml
1717
tags: connection_loader
18-
- import_playbook: context_service/all.yml
18+
- include: context_service/all.yml
1919
tags: context_service
20-
- import_playbook: glibc_caches/all.yml
20+
- include: glibc_caches/all.yml
2121
tags: glibc_caches
22-
- import_playbook: interpreter_discovery/all.yml
22+
- include: interpreter_discovery/all.yml
2323
tags: interpreter_discovery
24-
- import_playbook: local/all.yml
24+
- include: local/all.yml
2525
tags: local
26-
- import_playbook: module_utils/all.yml
26+
- include: module_utils/all.yml
2727
tags: module_utils
28-
- import_playbook: playbook_semantics/all.yml
28+
- include: playbook_semantics/all.yml
2929
tags: playbook_semantics
30-
- import_playbook: process/all.yml
30+
- include: process/all.yml
3131
tags: process
32-
- import_playbook: runner/all.yml
32+
- include: runner/all.yml
3333
tags: runner
34-
- import_playbook: ssh/all.yml
34+
- include: ssh/all.yml
3535
tags: ssh
36-
- import_playbook: strategy/all.yml
36+
- include: strategy/all.yml
3737
tags: strategy
38-
- import_playbook: stub_connections/all.yml
38+
- include: stub_connections/all.yml
3939
tags: stub_connections
40-
- import_playbook: transport_config/all.yml
40+
- include: transport_config/all.yml
4141
tags: transport_config

tests/ansible/regression/all.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
- import_playbook: issue_109__target_has_old_ansible_installed.yml
1+
- include: issue_109__target_has_old_ansible_installed.yml
22
tags: regression
3-
- import_playbook: issue_113__duplicate_module_imports.yml
3+
- include: issue_113__duplicate_module_imports.yml
44
tags: regression
5-
- import_playbook: issue_118__script_not_marked_exec.yml
5+
- include: issue_118__script_not_marked_exec.yml
66
tags: regression
7-
- import_playbook: issue_122__environment_difference.yml
7+
- include: issue_122__environment_difference.yml
88
tags: regression
9-
- import_playbook: issue_140__thread_pileup.yml
9+
- include: issue_140__thread_pileup.yml
1010
tags: regression
11-
- import_playbook: issue_152__local_action_wrong_interpreter.yml
11+
- include: issue_152__local_action_wrong_interpreter.yml
1212
tags: regression
13-
- import_playbook: issue_152__virtualenv_python_fails.yml
13+
- include: issue_152__virtualenv_python_fails.yml
1414
tags: regression
15-
- import_playbook: issue_154__module_state_leaks.yml
15+
- include: issue_154__module_state_leaks.yml
1616
tags: regression
17-
- import_playbook: issue_177__copy_module_failing.yml
17+
- include: issue_177__copy_module_failing.yml
1818
tags: regression
19-
- import_playbook: issue_332_ansiblemoduleerror_first_occurrence.yml
19+
- include: issue_332_ansiblemoduleerror_first_occurrence.yml
2020
tags: regression
21-
- import_playbook: issue_558_unarchive_failed.yml
21+
- include: issue_558_unarchive_failed.yml
2222
tags: regression
23-
- import_playbook: issue_590__sys_modules_crap.yml
23+
- include: issue_590__sys_modules_crap.yml
2424
tags: regression
25-
- import_playbook: issue_591__setuptools_cwd_crash.yml
25+
- include: issue_591__setuptools_cwd_crash.yml
2626
tags: regression
27-
- import_playbook: issue_615__streaming_transfer.yml
27+
- include: issue_615__streaming_transfer.yml
2828
tags: regression
29-
- import_playbook: issue_655__wait_for_connection_error.yml
29+
- include: issue_655__wait_for_connection_error.yml
3030
tags: regression

tests/ansible/setup/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- import_playbook: report.yml
1+
- include: report.yml

0 commit comments

Comments
 (0)