Use static password for win_owner test. (#35482)
This will provide consistent results across test runs and should avoid previously seen issues with password complexity failures.
This commit is contained in:
parent
becb31f34c
commit
10f3a47eab
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
- name: create test user
|
||||
win_user:
|
||||
name: test win owner
|
||||
password: TtPp!@#$%^ + {{ lookup('password', '/dev/null length=15') }}
|
||||
password: E1K0-O8b1-c8M9-c6D5
|
||||
|
||||
- name: set owner with space recurse
|
||||
win_owner:
|
||||
|
|
Loading…
Reference in a new issue