add generated password to win_owner test user (#26826)

* previous test without a password failed on hosts that had strict password policy
pull/26932/head
Matt Davis 7 years ago committed by GitHub
parent 26d358c64d
commit 9d3494eb87

@ -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:

Loading…
Cancel
Save