mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
10 lines
362 B
YAML
10 lines
362 B
YAML
- hosts: windows
|
|
gather_facts: false
|
|
roles:
|
|
- { role: win_service, tags: test_win_service }
|
|
- { role: win_feature, tags: test_win_feature }
|
|
- { role: win_user, tags: test_win_user }
|
|
- { role: win_async_wrapper, tags: test_win_async_wrapper }
|
|
- { role: win_shell, tags: test_win_shell }
|
|
- { role: win_command, tags: test_win_command }
|