Skip to content

Commit

Permalink
Fix win_reboot test and mark win_uri unstable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jul 23, 2018
1 parent 8a09675 commit 547f11a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/targets/win_reboot/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: make sure win output dir exists
win_file:
path: "{{win_output_dir}}"
state: directory

- name: reboot with defaults
win_reboot:

Expand Down
1 change: 1 addition & 0 deletions test/integration/targets/win_uri/aliases
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
windows/ci/group3
unstable

0 comments on commit 547f11a

Please sign in to comment.