mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +00:00
nxos_facts test lldp feature and fix nxapi check_rc (#44104)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
state: present
|
||||
connection: network_cli
|
||||
|
||||
- name: Enable lldp
|
||||
nxos_config:
|
||||
lines:
|
||||
- feature lldp
|
||||
ignore_errors: yes
|
||||
|
||||
# Gather the list of interfaces on this device and make the list
|
||||
# available for integration tests that need them.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user