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