summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2017-07-18 16:46:35 -0700
committerGitHub <noreply@github.com>2017-07-18 16:46:35 -0700
commit9d3494eb875cb7f3ef49d1a80e6692342d2d8b90 (patch)
tree46a72f692b581072bce4837fee92cc22c849c6d8
parent26d358c64dbbe9bf2a8133660567420edaa6a03d (diff)
downloadansible-9d3494eb875cb7f3ef49d1a80e6692342d2d8b90.tar.gz
add generated password to win_owner test user (#26826)
* previous test without a password failed on hosts that had strict password policy
-rw-r--r--test/integration/targets/win_owner/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/win_owner/tasks/main.yml b/test/integration/targets/win_owner/tasks/main.yml
index b5f1ed54e4..dc254fc8b0 100644
--- a/test/integration/targets/win_owner/tasks/main.yml
+++ b/test/integration/targets/win_owner/tasks/main.yml
@@ -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: