Skip to content

Commit

Permalink
add generated password to win_owner test user (ansible#26826)
Browse files Browse the repository at this point in the history
* previous test without a password failed on hosts that had strict password policy
  • Loading branch information
nitzmahone authored Jul 18, 2017
1 parent 26d358c commit 9d3494e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/targets/win_owner/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
- name: create test user
win_user:
name: test win owner
password: TtPp!@#$%^ + {{ lookup('password', '/dev/null length=15') }}

- name: set owner with space recurse
win_owner:
Expand Down

0 comments on commit 9d3494e

Please sign in to comment.