1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix win_setup integration test to match fact name

This commit is contained in:
nitzmahone 2016-06-17 12:26:58 -07:00
parent 38590fbab9
commit 7bc3be64ae

View file

@ -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