mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix win_reboot test and mark win_uri unstable.
This commit is contained in:
parent
8a0967554f
commit
547f11ad8f
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- name: make sure win output dir exists
|
||||||
|
win_file:
|
||||||
|
path: "{{win_output_dir}}"
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: reboot with defaults
|
- name: reboot with defaults
|
||||||
win_reboot:
|
win_reboot:
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
windows/ci/group3
|
windows/ci/group3
|
||||||
|
unstable
|
||||||
|
|
Loading…
Reference in a new issue