mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove ip nameservers on ios_system/set_name_servers teardown (#32239)
Not sure why lookup source-interface, the only thing tested on that file is adding/removing name servers, no lookup is set.
This commit is contained in:
parent
a5f6c726f0
commit
9752ce368d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
- name: teardown
|
||||
ios_config:
|
||||
lines:
|
||||
- no ip domain lookup source-interface
|
||||
- no ip name-server
|
||||
match: none
|
||||
authorize: yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue