mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9 lines
209 B
YAML
9 lines
209 B
YAML
|
---
|
||
|
|
||
|
- hosts: windows
|
||
|
gather_facts: false
|
||
|
roles:
|
||
|
- { role: test_win_raw, tags: test_win_raw }
|
||
|
- { role: test_win_script, tags: test_win_script }
|
||
|
- { role: test_win_ping, tags: test_win_ping }
|