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:
parent
38590fbab9
commit
7bc3be64ae
1 changed files with 1 additions and 1 deletions
|
@ -53,5 +53,5 @@
|
||||||
- name: check setup result only when using https
|
- name: check setup result only when using https
|
||||||
assert:
|
assert:
|
||||||
that:
|
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
|
when: ansible_ssh_port|default(5986) != 5985
|
||||||
|
|
Loading…
Reference in a new issue