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_system.py | |
parent | 00ae0cf5ce60cf6149e67f5c83356a2c1877a35f (diff) | |
download | vyos.vyos-8a50be4b9309387624e92a154366b34fa512cd8b.tar.gz vyos.vyos-8a50be4b9309387624e92a154366b34fa512cd8b.zip |
add subdirs
Diffstat (limited to 'plugins/modules/vyos_system.py')
-rw-r--r-- | plugins/modules/vyos_system.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/modules/vyos_system.py b/plugins/modules/vyos_system.py index e0684bf..20cf907 100644 --- a/plugins/modules/vyos_system.py +++ b/plugins/modules/vyos_system.py @@ -92,8 +92,12 @@ EXAMPLES = """ """ from ansible.module_utils.basic import AnsibleModule -from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.vyos import get_config, load_config -from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.vyos import vyos_argument_spec +from ansible_collections.vyos.vyos.plugins.module_utils.network. \ + vyos.vyos import get_config, load_config + +from ansible_collections.vyos.vyos.plugins.module_utils.network. \ + vyos.vyos import vyos_argument_spec + def spec_key_to_device_key(key): |