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

Remove assert that junos command xml contains inventory_hostname_short (#27754)

The test assumes the node has the hostname set as the inventory_hostname_short.
That's not the case in our CI, we the inventory_hostname is a UUID, returned
by the openstack dynamic inventory.
This commit is contained in:
Ricardo Carrillo Cruz 2017-08-04 13:38:59 +02:00 committed by GitHub
parent 623235857f
commit 19b1361184

View file

@ -8,7 +8,6 @@
- show interfaces lo0
format: xml
wait_for:
- "result[0].rpc-reply.software-information.host-name contains {{ inventory_hostname_short }}"
- "result[1].rpc-reply.interface-information.physical-interface.name contains lo0"
provider: "{{ netconf }}"
register: result