From e7a59f51fb5211ef0c721e0ff4d12a775a9b0606 Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 9 Jun 2020 16:02:08 +0530 Subject: depreacted message updated (#41) [VyOS]: Depreacted message updated Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_lldp_interface.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/modules/vyos_lldp_interface.py') diff --git a/plugins/modules/vyos_lldp_interface.py b/plugins/modules/vyos_lldp_interface.py index 90e123d0..2fd1bc5c 100644 --- a/plugins/modules/vyos_lldp_interface.py +++ b/plugins/modules/vyos_lldp_interface.py @@ -26,16 +26,16 @@ __metaclass__ = type DOCUMENTATION = """ module: vyos_lldp_interface author: Ricardo Carrillo Cruz (@rcarrillocruz) -short_description: (deprecated) Manage LLDP interfaces configuration on VyOS network - devices +short_description: (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration + on VyOS network devices description: - This module provides declarative management of LLDP interfaces configuration on VyOS network devices. version_added: 1.0.0 deprecated: - removed_in: '2.13' alternative: vyos_lldp_interfaces why: Updated modules released with more functionality. + removed_at_date: '2022-06-01' notes: - Tested against VYOS 1.1.7 options: @@ -59,6 +59,7 @@ options: extends_documentation_fragment: - vyos.vyos.vyos + """ EXAMPLES = """ -- cgit v1.2.3