Commit d2ba0de6 by Chris Church

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

parent 8d742df1
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
- hosts: windows - hosts: windows
gather_facts: false gather_facts: false
max_fail_percentage: 1
roles: roles:
- { role: test_win_raw, tags: test_win_raw } - { role: test_win_raw, tags: test_win_raw }
- { role: test_win_script, tags: test_win_script } - { role: test_win_script, tags: test_win_script }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment