From 9d3494eb875cb7f3ef49d1a80e6692342d2d8b90 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 18 Jul 2017 16:46:35 -0700 Subject: [PATCH] add generated password to win_owner test user (#26826) * previous test without a password failed on hosts that had strict password policy --- test/integration/targets/win_owner/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/win_owner/tasks/main.yml b/test/integration/targets/win_owner/tasks/main.yml index b5f1ed54e46..dc254fc8b06 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: