Remove inventory_hostname assert on junos_command netconf_text contains (#27807)

CI nodes have UUIDs as hostnames, not Ansible inventory hostnames.
pull/27808/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent 6a6bcb6749
commit 0e4cbb4bf1

@ -8,7 +8,6 @@
- show interfaces lo0
display: text
wait_for:
- "result[0] contains {{ inventory_hostname_short }}"
- "result[1] contains lo0"
provider: "{{ netconf }}"
register: result

Loading…
Cancel
Save