blob: 43afe1c4461ec7b448537862a6375d3e86bab14a (
plain)
1
2
3
4
5
6
7
8
9
|
- 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 }
- { role: test_win_shell, tags: test_win_shell }
- { role: test_win_command, tags: test_win_command }
|