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

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