|
3 | 3 | # This playbook imports all tests that are known to work at present. |
4 | 4 | # |
5 | 5 |
|
6 | | -- include: action/all.yml |
| 6 | +- import_playbook: action/all.yml |
7 | 7 | tags: action |
8 | | -- include: async/all.yml |
| 8 | +- import_playbook: async/all.yml |
9 | 9 | tags: async |
10 | | -- include: become/all.yml |
| 10 | +- import_playbook: become/all.yml |
11 | 11 | tags: become |
12 | | -- include: connection/all.yml |
| 12 | +- import_playbook: connection/all.yml |
13 | 13 | tags: connection |
14 | | -- include: connection_delegation/all.yml |
| 14 | +- import_playbook: connection_delegation/all.yml |
15 | 15 | tags: connection_delegation |
16 | | -- include: connection_loader/all.yml |
| 16 | +- import_playbook: connection_loader/all.yml |
17 | 17 | tags: connection_loader |
18 | | -- include: context_service/all.yml |
| 18 | +- import_playbook: context_service/all.yml |
19 | 19 | tags: context_service |
20 | | -- include: glibc_caches/all.yml |
| 20 | +- import_playbook: glibc_caches/all.yml |
21 | 21 | tags: glibc_caches |
22 | | -- include: interpreter_discovery/all.yml |
| 22 | +- import_playbook: interpreter_discovery/all.yml |
23 | 23 | tags: interpreter_discovery |
24 | | -- include: local/all.yml |
| 24 | +- import_playbook: local/all.yml |
25 | 25 | tags: local |
26 | | -- include: module_utils/all.yml |
| 26 | +- import_playbook: module_utils/all.yml |
27 | 27 | tags: module_utils |
28 | | -- include: playbook_semantics/all.yml |
| 28 | +- import_playbook: playbook_semantics/all.yml |
29 | 29 | tags: playbook_semantics |
30 | | -- include: process/all.yml |
| 30 | +- import_playbook: process/all.yml |
31 | 31 | tags: process |
32 | | -- include: runner/all.yml |
| 32 | +- import_playbook: runner/all.yml |
33 | 33 | tags: runner |
34 | | -- include: ssh/all.yml |
| 34 | +- import_playbook: ssh/all.yml |
35 | 35 | tags: ssh |
36 | | -- include: strategy/all.yml |
| 36 | +- import_playbook: strategy/all.yml |
37 | 37 | tags: strategy |
38 | | -- include: stub_connections/all.yml |
| 38 | +- import_playbook: stub_connections/all.yml |
39 | 39 | tags: stub_connections |
40 | | -- include: transport_config/all.yml |
| 40 | +- import_playbook: transport_config/all.yml |
41 | 41 | tags: transport_config |
0 commit comments