mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix ios test pt. 2 (#40628)
* Add missing idempotence assert * Remove dhcp with other addresses on ipv6
This commit is contained in:
parent
21feca6683
commit
f88412b7cd
2 changed files with 5 additions and 2 deletions
|
@ -168,6 +168,8 @@
|
|||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
- assert: *unchanged
|
||||
|
||||
- name: Delete second interface ipv4 and ipv6 address (setup)
|
||||
ios_l3_interface:
|
||||
name: "{{ test_interface2 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue