mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Call main in conditional way - cloud/rackspace
This commit is contained in:
committed by
Matt Clay
parent
c8fd24ee04
commit
21bd86ef1d
@@ -172,4 +172,6 @@ from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.rax import *
|
||||
|
||||
# invoke the module
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user