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.
pull/35115/head
Matt Clay 7 years ago committed by Jordan Borean
parent becb31f34c
commit 10f3a47eab

@ -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…
Cancel
Save