diff options
author | Bradley A. Thornton <bthornto@thethorntons.net> | 2019-08-09 07:37:28 -0700 |
---|---|---|
committer | Bradley A. Thornton <bthornto@thethorntons.net> | 2019-08-09 07:37:28 -0700 |
commit | 8a50be4b9309387624e92a154366b34fa512cd8b (patch) | |
tree | 27c001d596821591836fe519b4d97384e434eb1a /plugins/modules/vyos_interfaces.py | |
parent | 00ae0cf5ce60cf6149e67f5c83356a2c1877a35f (diff) | |
download | vyos.vyos-8a50be4b9309387624e92a154366b34fa512cd8b.tar.gz vyos.vyos-8a50be4b9309387624e92a154366b34fa512cd8b.zip |
add subdirs
Diffstat (limited to 'plugins/modules/vyos_interfaces.py')
-rw-r--r-- | plugins/modules/vyos_interfaces.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py index 4ed2712..a78a983 100644 --- a/plugins/modules/vyos_interfaces.py +++ b/plugins/modules/vyos_interfaces.py @@ -855,8 +855,12 @@ commands: from ansible.module_utils.basic import AnsibleModule -from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.argspec.interfaces.interfaces import InterfacesArgs -from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.config.interfaces.interfaces import Interfaces +from ansible_collections.vyos.vyos.plugins.module_utils.network. \ + vyos.argspec.interfaces.interfaces import InterfacesArgs + +from ansible_collections.vyos.vyos.plugins.module_utils.network. \ + vyos.config.interfaces.interfaces import Interfaces + def main(): |