diff options
| author | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:57:33 +0530 | 
|---|---|---|
| committer | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:57:33 +0530 | 
| commit | 116cac16a41c92f051fff0d8365caddabb415721 (patch) | |
| tree | 9744f91704480909f1ae2997b3aab97ef9f7e20a | |
| parent | 5ff854284fe7b13b47040378b1f3198b21fd8f9a (diff) | |
| download | vyos.vyos-116cac16a41c92f051fff0d8365caddabb415721.tar.gz vyos.vyos-116cac16a41c92f051fff0d8365caddabb415721.zip | |
version added
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
| -rw-r--r-- | plugins/modules/vyos_lldp_global.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugins/modules/vyos_lldp_global.py b/plugins/modules/vyos_lldp_global.py index 3b11a250..80ec4c13 100644 --- a/plugins/modules/vyos_lldp_global.py +++ b/plugins/modules/vyos_lldp_global.py @@ -80,6 +80,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. | 
