mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Update ios tests (#42509)
* 192.168.0.1/24 conflicts with management IP * Images don't have the hostnames we expect
This commit is contained in:
parent
70e33ef92c
commit
399d13d593
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
- debug: msg="START cli/diff.yaml on connection={{ ansible_connection }}"
|
||||
|
||||
- name: Ensure hostname is preset
|
||||
ios_system:
|
||||
hostname: "{{ shorter_hostname }}"
|
||||
|
||||
- name: ios_config diff against retrieved config
|
||||
ios_config:
|
||||
diff_against: intended
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue