Minor cleanup to nxos_vrrp (#27593)

* Safe changes

* Fold `[0]` into `execute_show_command()`

We only ever execute one command, so only return the one response

* Streamline `results`
This commit is contained in:
Nathaniel Case
2017-08-02 08:46:44 -04:00
committed by GitHub
parent 94748e1728
commit b93878b685
2 changed files with 21 additions and 63 deletions

View File

@@ -349,7 +349,6 @@ lib/ansible/modules/network/nxos/nxos_udld_interface.py
lib/ansible/modules/network/nxos/nxos_user.py
lib/ansible/modules/network/nxos/nxos_vrf.py
lib/ansible/modules/network/nxos/nxos_vrf_interface.py
lib/ansible/modules/network/nxos/nxos_vrrp.py
lib/ansible/modules/network/nxos/nxos_vtp_domain.py
lib/ansible/modules/network/nxos/nxos_vtp_password.py
lib/ansible/modules/network/nxos/nxos_vtp_version.py