Merge pull request #11106 from cchurch/test_winrm_tweaks

Minor tweaks to winrm integration tests
This commit is contained in:
Brian Coca 2015-06-01 11:01:59 -04:00
commit e36b7130ff
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
allow_duplicates: yes

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 }