1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

When running winrm tests against multiple hosts, fail the play when any host has a failure.

This commit is contained in:
Chris Church 2015-05-31 23:16:45 -04:00
parent 8d742df1de
commit d2ba0de6aa

View file

@ -18,6 +18,7 @@
- hosts: windows
gather_facts: false
max_fail_percentage: 1
roles:
- { role: test_win_raw, tags: test_win_raw }
- { role: test_win_script, tags: test_win_script }