mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Move ansible imports to the module's bottom.
This commit is contained in:
@@ -93,9 +93,6 @@ EXAMPLES = '''
|
|||||||
wait: true
|
wait: true
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from ansible.module_utils.basic import *
|
|
||||||
from ansible.module_utils.rax import *
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import pyrax
|
import pyrax
|
||||||
HAS_PYRAX = True
|
HAS_PYRAX = True
|
||||||
@@ -281,4 +278,7 @@ def main():
|
|||||||
https_redirect, wait, wait_timeout
|
https_redirect, wait, wait_timeout
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from ansible.module_utils.basic import *
|
||||||
|
from ansible.module_utils.rax import *
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user