2016-07-28 21:03:14 -07:00
|
|
|
- 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 }
|
2016-09-06 17:38:12 -07:00
|
|
|
- { role: test_win_async_wrapper, tags: test_win_async_wrapper }
|
2016-09-15 11:25:56 -07:00
|
|
|
- { role: test_win_shell, tags: test_win_shell }
|
|
|
|
- { role: test_win_command, tags: test_win_command }
|