summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_group_membership
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-01-07 14:05:15 +1000
committerGitHub <noreply@github.com>2018-01-07 14:05:15 +1000
commit460deb08cb1e784c4e5072985cf0afb0958633bf (patch)
tree339063c3a06ec96f3ca5e831723756775005d47a /test/integration/targets/win_group_membership
parent8e5407e0daf9c91063f3161094140758b6318629 (diff)
downloadansible-460deb08cb1e784c4e5072985cf0afb0958633bf.tar.gz
fix windows tests after recent patch (#34548)
Diffstat (limited to 'test/integration/targets/win_group_membership')
-rw-r--r--test/integration/targets/win_group_membership/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/win_group_membership/tasks/main.yml b/test/integration/targets/win_group_membership/tasks/main.yml
index c2297ee016..64247200b4 100644
--- a/test/integration/targets/win_group_membership/tasks/main.yml
+++ b/test/integration/targets/win_group_membership/tasks/main.yml
@@ -15,13 +15,13 @@
block:
- name: Test in normal mode
- include_tasks: tests.yml
+ import_tasks: tests.yml
vars:
win_local_group: WinGroupMembershipTest
in_check_mode: no
- name: Test in check-mode
- include_tasks: tests.yml
+ import_tasks: tests.yml
vars:
win_local_group: WinGroupMembershipTest
in_check_mode: yes