summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_interfaces.py
diff options
context:
space:
mode:
authorBradley A. Thornton <bthornto@thethorntons.net>2019-08-09 10:42:04 -0700
committerBradley A. Thornton <bthornto@thethorntons.net>2019-08-09 10:42:04 -0700
commit7b9a33a29007ed302c3001566061e22c514cde64 (patch)
tree7c4e4b0b740538d7e3953c377cba432d58805022 /plugins/modules/vyos_interfaces.py
parent8a50be4b9309387624e92a154366b34fa512cd8b (diff)
downloadvyos-ansible-collection-7b9a33a29007ed302c3001566061e22c514cde64.tar.gz
vyos-ansible-collection-7b9a33a29007ed302c3001566061e22c514cde64.zip
bt_yapfed
Diffstat (limited to 'plugins/modules/vyos_interfaces.py')
-rw-r--r--plugins/modules/vyos_interfaces.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py
index a78a983..feef493 100644
--- a/plugins/modules/vyos_interfaces.py
+++ b/plugins/modules/vyos_interfaces.py
@@ -21,7 +21,6 @@
# builder template.
#
#############################################
-
"""
The module file for vyos_interfaces
"""
@@ -853,7 +852,6 @@ commands:
- 'set interfaces ethernet eth2 vif 100 description VIF 100'
"""
-
from ansible.module_utils.basic import AnsibleModule
from ansible_collections.vyos.vyos.plugins.module_utils.network. \
vyos.argspec.interfaces.interfaces import InterfacesArgs
@@ -862,7 +860,6 @@ from ansible_collections.vyos.vyos.plugins.module_utils.network. \
vyos.config.interfaces.interfaces import Interfaces
-
def main():
"""
Main entry point for module execution