mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Call main in conditional way - cloud/amazon
This commit is contained in:
committed by
Matt Clay
parent
1c3aeb5cb7
commit
c8fd24ee04
@@ -734,4 +734,5 @@ def main():
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.ec2 import *
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user