mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7 lines
213 B
YAML
7 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 }
|