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