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

pull/4420/head
Chris Church 2015-05-31 23:16:45 -04:00
parent 8d742df1de
commit d2ba0de6aa
1 changed files with 1 additions and 0 deletions

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 }