mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
11 lines
366 B
YAML
11 lines
366 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 }
|
|
- { role: test_win_slurp, tags: test_win_slurp }
|
|
- { role: test_win_fetch, tags: test_win_fetch }
|
|
- { role: test_win_stat, tags: test_win_stat }
|