summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Thakur <rohitthakur2590@outlook.com>2020-05-04 09:42:45 +0530
committerRohit Thakur <rohitthakur2590@outlook.com>2020-05-04 09:42:45 +0530
commit1e4b40e53b1a125d09c5438ed5ff842d3939a921 (patch)
treefcdc30fb94c5c8f69beb7919e81b12c0a3642b7a
parentd14344f56803e0564f273e9451a76ef84f8b1313 (diff)
downloadvyos-ansible-collection-1e4b40e53b1a125d09c5438ed5ff842d3939a921.tar.gz
vyos-ansible-collection-1e4b40e53b1a125d09c5438ed5ff842d3939a921.zip
tox linters fix
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
-rw-r--r--plugins/modules/vyos_lag_interfaces.py1
-rw-r--r--tests/integration/targets/vyos_lag_interfaces/tests/cli/gathered.yaml2
-rw-r--r--tests/integration/targets/vyos_lag_interfaces/tests/cli/parsed.yaml2
-rw-r--r--tests/integration/targets/vyos_lag_interfaces/tests/cli/rendered.yaml2
4 files changed, 4 insertions, 3 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.
diff --git a/tests/integration/targets/vyos_lag_interfaces/tests/cli/gathered.yaml b/tests/integration/targets/vyos_lag_interfaces/tests/cli/gathered.yaml
index c600ec1..b6f8961 100644
--- a/tests/integration/targets/vyos_lag_interfaces/tests/cli/gathered.yaml
+++ b/tests/integration/targets/vyos_lag_interfaces/tests/cli/gathered.yaml
@@ -31,4 +31,4 @@
- result['changed'] == false
always:
- - include_tasks: _remove_config.yaml \ No newline at end of file
+ - include_tasks: _remove_config.yaml
diff --git a/tests/integration/targets/vyos_lag_interfaces/tests/cli/parsed.yaml b/tests/integration/targets/vyos_lag_interfaces/tests/cli/parsed.yaml
index 64e7780..ed04d58 100644
--- a/tests/integration/targets/vyos_lag_interfaces/tests/cli/parsed.yaml
+++ b/tests/integration/targets/vyos_lag_interfaces/tests/cli/parsed.yaml
@@ -38,4 +38,4 @@
- result['changed'] == false
always:
- - include_tasks: _remove_config.yaml \ No newline at end of file
+ - include_tasks: _remove_config.yaml
diff --git a/tests/integration/targets/vyos_lag_interfaces/tests/cli/rendered.yaml b/tests/integration/targets/vyos_lag_interfaces/tests/cli/rendered.yaml
index 9892a3f..613a228 100644
--- a/tests/integration/targets/vyos_lag_interfaces/tests/cli/rendered.yaml
+++ b/tests/integration/targets/vyos_lag_interfaces/tests/cli/rendered.yaml
@@ -43,4 +43,4 @@
- result['changed'] == false
always:
- - include_tasks: _remove_config.yaml \ No newline at end of file
+ - include_tasks: _remove_config.yaml