mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Call main in conditional way - cloud/amazon
This commit is contained in:
parent
1c3aeb5cb7
commit
c8fd24ee04
14 changed files with 28 additions and 14 deletions
|
@ -558,4 +558,5 @@ def main():
|
|||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.ec2 import *
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue