mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
Update imports
This commit is contained in:
committed by
Matt Clay
parent
30ed5f620a
commit
ef184e93a4
@@ -108,7 +108,7 @@ EXAMPLES = '''
|
||||
RETURN = '''
|
||||
'''
|
||||
|
||||
import sys
|
||||
import time
|
||||
try:
|
||||
import ovh
|
||||
import ovh.exceptions
|
||||
@@ -306,7 +306,7 @@ def main():
|
||||
module.exit_json(changed=moduleChanged)
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user