fix win_setup integration test to match fact name
(cherry picked from commit a45e842ba1c030d9022bf2e23ca7ad5002a2019c)
This commit is contained in:
parent
d6fef6f9a6
commit
bb43d4d00b
1 changed files with 1 additions and 1 deletions
|
@ -53,5 +53,5 @@
|
|||
- name: check setup result only when using https
|
||||
assert:
|
||||
that:
|
||||
- "setup_result.ansible_facts.ansible_winrm_certificate_expires"
|
||||
- "setup_result.ansible_facts.ansible_win_rm_certificate_expires"
|
||||
when: ansible_ssh_port|default(5986) != 5985
|
||||
|
|
Loading…
Reference in a new issue