mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
nxos_system parse name_servers fix (#29944)
* nxos_system parse name_servers fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix nxos_system tests Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
68aeaa58a8
commit
5b1c91bf19
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,6 @@
|
|||
- assert:
|
||||
that:
|
||||
- result.changed == true
|
||||
- result.commands|length == 3
|
||||
- "'ip name-server 1.1.1.1' in result.commands"
|
||||
- "'ip name-server 2.2.2.2' in result.commands"
|
||||
- "'ip name-server 3.3.3.3' in result.commands"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
- assert:
|
||||
that:
|
||||
- result.changed == true
|
||||
- result.commands|length == 3
|
||||
- "'ip name-server 1.1.1.1' in result.commands"
|
||||
- "'ip name-server 2.2.2.2' in result.commands"
|
||||
- "'ip name-server 3.3.3.3' in result.commands"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue