mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix junos_facts integration test failure (#35469)
Hostname is not always configured on remote host Instead add a assert statement to check if netconf is configured for junos_facts.
This commit is contained in:
parent
8606bfde4f
commit
bbdddffa1e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- "result.changed == false"
|
- "result.changed == false"
|
||||||
- "'set system host-name {{ inventory_hostname_short }}' in result['ansible_facts']['ansible_net_config']"
|
- "'set system services netconf ssh' in result['ansible_facts']['ansible_net_config']"
|
||||||
|
|
||||||
- name: Collect config facts from device in xml format
|
- name: Collect config facts from device in xml format
|
||||||
junos_facts:
|
junos_facts:
|
||||||
|
|
Loading…
Reference in a new issue