add generated password to win_owner test user (#26826)
* previous test without a password failed on hosts that had strict password policy
This commit is contained in:
parent
26d358c64d
commit
9d3494eb87
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue