From fbb82a0875dacc8200d3f663c3286104d0a1afbf Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Fri, 24 Jul 2020 16:16:03 -0400 Subject: [vyos] Fix sanity issues (#58) [vyos] Fix sanity issues Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_lldp_interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/modules/vyos_lldp_interfaces.py') diff --git a/plugins/modules/vyos_lldp_interfaces.py b/plugins/modules/vyos_lldp_interfaces.py index 4db7cb0c..99ca61c2 100644 --- a/plugins/modules/vyos_lldp_interfaces.py +++ b/plugins/modules/vyos_lldp_interfaces.py @@ -45,6 +45,7 @@ options: config: description: A list of lldp interfaces configurations. type: list + elements: dict suboptions: name: description: @@ -69,15 +70,14 @@ options: ca_info: description: LLDP-MED address info type: list + elements: dict suboptions: ca_type: description: LLDP-MED Civic Address type. type: int - required: true ca_value: description: LLDP-MED Civic Address value. type: str - required: true country_code: description: Country Code type: str -- cgit v1.2.3