Merge pull request #11106 from cchurch/test_winrm_tweaks
Minor tweaks to winrm integration tests
This commit is contained in:
commit
e36b7130ff
2 changed files with 4 additions and 0 deletions
3
test/integration/roles/prepare_win_tests/meta/main.yml
Normal file
3
test/integration/roles/prepare_win_tests/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
|
||||
allow_duplicates: yes
|
|
@ -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…
Reference in a new issue