From 10f3a47eab822c409e30d532c5ec96cfd6493d9b Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 29 Jan 2018 15:04:40 -0800 Subject: [PATCH] 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. --- test/integration/targets/win_owner/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/win_owner/tasks/main.yml b/test/integration/targets/win_owner/tasks/main.yml index 00e049291cf..483c05f4173 100644 --- a/test/integration/targets/win_owner/tasks/main.yml +++ b/test/integration/targets/win_owner/tasks/main.yml @@ -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: