summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_setup/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_setup/tasks/main.yml')
-rw-r--r--test/integration/targets/win_setup/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/win_setup/tasks/main.yml b/test/integration/targets/win_setup/tasks/main.yml
index 123eaeffe2..f409aa482c 100644
--- a/test/integration/targets/win_setup/tasks/main.yml
+++ b/test/integration/targets/win_setup/tasks/main.yml
@@ -21,7 +21,7 @@
register: setup_result
- name: check windows setup result
- assert:
+ assert:
that:
- "not setup_result|failed"
- "not setup_result|changed"
@@ -51,7 +51,7 @@
- "setup_result.ansible_facts.ansible_powershell_version"
- name: check setup result only when using https
- assert:
+ assert:
that:
- "setup_result.ansible_facts.ansible_win_rm_certificate_expires"
when: ansible_ssh_port|default(5986) != 5985