380ed053e8
Enable Windows integration tests on Shippable.
6 lines
213 B
YAML
6 lines
213 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 }
|