mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
New voss_config module (#47533)
* New voss_config module * Updated test import paths as per #46996
This commit is contained in:
parent
87de2dde9f
commit
a1b0d20368
10 changed files with 961 additions and 18 deletions
|
@ -129,7 +129,6 @@ ansible_net_neighbors:
|
|||
import re
|
||||
|
||||
from ansible.module_utils.network.voss.voss import run_commands
|
||||
from ansible.module_utils.network.voss.voss import check_args
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.six import iteritems
|
||||
|
||||
|
@ -502,7 +501,6 @@ def main():
|
|||
ansible_facts[key] = value
|
||||
|
||||
warnings = list()
|
||||
check_args(module, warnings)
|
||||
|
||||
module.exit_json(ansible_facts=ansible_facts, warnings=warnings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue