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

pull/11106/head
Chris Church 10 years ago
parent 8d742df1de
commit d2ba0de6aa

@ -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 }

Loading…
Cancel
Save