mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update imports
This commit is contained in:
parent
30ed5f620a
commit
ef184e93a4
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ EXAMPLES = '''
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import sys
|
import time
|
||||||
try:
|
try:
|
||||||
import ovh
|
import ovh
|
||||||
import ovh.exceptions
|
import ovh.exceptions
|
||||||
|
@ -306,7 +306,7 @@ def main():
|
||||||
module.exit_json(changed=moduleChanged)
|
module.exit_json(changed=moduleChanged)
|
||||||
|
|
||||||
# import module snippets
|
# import module snippets
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import AnsibleModule
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue