diff options
author | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:42:45 +0530 |
---|---|---|
committer | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:42:45 +0530 |
commit | 1e4b40e53b1a125d09c5438ed5ff842d3939a921 (patch) | |
tree | fcdc30fb94c5c8f69beb7919e81b12c0a3642b7a /plugins/modules/vyos_lag_interfaces.py | |
parent | d14344f56803e0564f273e9451a76ef84f8b1313 (diff) | |
download | vyos.vyos-1e4b40e53b1a125d09c5438ed5ff842d3939a921.tar.gz vyos.vyos-1e4b40e53b1a125d09c5438ed5ff842d3939a921.zip |
tox linters fix
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
Diffstat (limited to 'plugins/modules/vyos_lag_interfaces.py')
-rw-r--r-- | plugins/modules/vyos_lag_interfaces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/modules/vyos_lag_interfaces.py b/plugins/modules/vyos_lag_interfaces.py index a034d40..4c90b37 100644 --- a/plugins/modules/vyos_lag_interfaces.py +++ b/plugins/modules/vyos_lag_interfaces.py @@ -109,6 +109,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. |