diff options
author | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:54:38 +0530 |
---|---|---|
committer | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:54:38 +0530 |
commit | b125abe2ac135589a2c3455ef74e1580f435489c (patch) | |
tree | 2c69b563ad9941776e8287f662a8d2b2cb65c841 /plugins/modules | |
parent | c7039afea05ea49cd010e98359d7989cc1bd574e (diff) | |
download | vyos.vyos-b125abe2ac135589a2c3455ef74e1580f435489c.tar.gz vyos.vyos-b125abe2ac135589a2c3455ef74e1580f435489c.zip |
version added
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
Diffstat (limited to 'plugins/modules')
-rw-r--r-- | plugins/modules/vyos_lldp_interfaces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/modules/vyos_lldp_interfaces.py b/plugins/modules/vyos_lldp_interfaces.py index 34ceb66..9567511 100644 --- a/plugins/modules/vyos_lldp_interfaces.py +++ b/plugins/modules/vyos_lldp_interfaces.py @@ -120,6 +120,7 @@ options: it into Ansible structured data as per the resource module's argspec and the value is then returned in the I(parsed) key within the result. type: str + version_added: "1.0.0" state: description: - The state of the configuration after module completion. |