mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 06:41:04 +00:00
8 lines
282 B
YAML
8 lines
282 B
YAML
- hosts: windows
|
|
gather_facts: false
|
|
roles:
|
|
- { role: test_win_service, tags: test_win_service }
|
|
- { role: test_win_feature, tags: test_win_feature }
|
|
- { role: test_win_user, tags: test_win_user }
|
|
- { role: test_win_async_wrapper, tags: test_win_async_wrapper }
|