mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
Fix junos_command netconf_xml notequal asserts (#27806)
This commit is contained in:
committed by
GitHub
parent
b51a1e9045
commit
6a6bcb6749
@@ -8,7 +8,7 @@
|
||||
- show interfaces lo0
|
||||
format: xml
|
||||
wait_for:
|
||||
- "result[0].rpc-reply.software-information.host-name neq localhost"
|
||||
- "result[1].rpc-reply.interface-information.physical-interface.name neq em0"
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
- show interfaces lo0
|
||||
format: xml
|
||||
wait_for:
|
||||
- "result[0].rpc-reply.software-information.host-name != localhost"
|
||||
- "result[1].rpc-reply.interface-information.physical-interface.name neq em0"
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user