2018-04-04 15:11:19 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# This playbook imports all tests that are known to work at present.
|
|
|
|
#
|
|
|
|
|
2019-01-23 12:44:08 +00:00
|
|
|
- include: action/all.yml
|
|
|
|
- include: async/all.yml
|
|
|
|
- include: become/all.yml
|
|
|
|
- include: connection/all.yml
|
|
|
|
- include: connection_delegation/all.yml
|
|
|
|
- include: connection_loader/all.yml
|
|
|
|
- include: context_service/all.yml
|
|
|
|
- include: glibc_caches/all.yml
|
|
|
|
- include: local/all.yml
|
|
|
|
- include: module_utils/all.yml
|
|
|
|
- include: playbook_semantics/all.yml
|
2019-01-27 19:29:16 +00:00
|
|
|
- include: process/all.yml
|
2019-01-23 12:44:08 +00:00
|
|
|
- include: runner/all.yml
|
|
|
|
- include: ssh/all.yml
|
|
|
|
- include: strategy/all.yml
|
|
|
|
- include: stub_connections/all.yml
|
2019-02-12 00:07:22 +00:00
|
|
|
- include: transport_config/all.yml
|