summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-04-17 08:18:20 +1000
committerToshio Kuratomi <a.badger@gmail.com>2019-04-16 16:20:47 -0700
commitb0f6ca287b702378b0f338d7be914a2d466d0fe9 (patch)
treeb2011e9ecd362f0867d2c79ea69a104525c2f138
parent653e9da22826afeef69d81f2033b643c24d69cf4 (diff)
downloadansible-b0f6ca287b702378b0f338d7be914a2d466d0fe9.tar.gz
win_whoami - Fix tests to work over psrp (#55352)
(cherry picked from commit 33c2a9cea733947b98397e6bacab482537b48d2f)
-rw-r--r--test/integration/targets/win_whoami/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/win_whoami/tasks/main.yml b/test/integration/targets/win_whoami/tasks/main.yml
index f4351fca38..404523abfa 100644
--- a/test/integration/targets/win_whoami/tasks/main.yml
+++ b/test/integration/targets/win_whoami/tasks/main.yml
@@ -19,7 +19,7 @@
- win_whoami_result.groups[0].domain_name is defined
- win_whoami_result.groups[0].sid is defined
- win_whoami_result.groups[0].type is defined
- - win_whoami_result.impersonation_level == 'SecurityAnonymous'
+ - win_whoami_result.impersonation_level is defined
- win_whoami_result.label.account_name == 'High Mandatory Level'
- win_whoami_result.label.domain_name == 'Mandatory Label'
- win_whoami_result.label.sid == 'S-1-16-12288'