diff options
| author | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:49:22 +0530 | 
|---|---|---|
| committer | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-04 09:49:22 +0530 | 
| commit | fb6934cf290a3020bed292ae4f7dae7bd2ab28cf (patch) | |
| tree | 7363aa30c9b65e01bf02716aa14605ff43428ff5 /plugins/modules/vyos_interfaces.py | |
| parent | 7344ffc5dc646bbb362c5cd157a1828c3d1537ec (diff) | |
| download | vyos.vyos-fb6934cf290a3020bed292ae4f7dae7bd2ab28cf.tar.gz vyos.vyos-fb6934cf290a3020bed292ae4f7dae7bd2ab28cf.zip | |
tox linters fix
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
Diffstat (limited to 'plugins/modules/vyos_interfaces.py')
| -rw-r--r-- | plugins/modules/vyos_interfaces.py | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py index e2186e87..d15e5d71 100644 --- a/plugins/modules/vyos_interfaces.py +++ b/plugins/modules/vyos_interfaces.py @@ -37,7 +37,7 @@ ANSIBLE_METADATA = {  }  DOCUMENTATION = """module: vyos_interfaces -short_description: Manages attributes of interfaces for VyOS - interfaces resource module +short_description: Interfaces resource module  description:  - This module manages the interface attributes on VyOS network devices.  - This module supports managing base attributes of Ethernet, Bonding, VXLAN, Loopback @@ -129,6 +129,8 @@ options:        - The state I(parsed) reads the configuration from C(running_config) option and transforms          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. | 
