mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-12 08:00:51 -07:00
Remove inventory_hostname assert on junos_command netconf_text contains (#27807)
CI nodes have UUIDs as hostnames, not Ansible inventory hostnames.
This commit is contained in:
parent
6a6bcb6749
commit
0e4cbb4bf1
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
- show interfaces lo0
|
- show interfaces lo0
|
||||||
display: text
|
display: text
|
||||||
wait_for:
|
wait_for:
|
||||||
- "result[0] contains {{ inventory_hostname_short }}"
|
|
||||||
- "result[1] contains lo0"
|
- "result[1] contains lo0"
|
||||||
provider: "{{ netconf }}"
|
provider: "{{ netconf }}"
|
||||||
register: result
|
register: result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue