Call main in conditional way - cloud/amazon

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 17:08:15 +00:00 committed by Matt Clay
parent 1c3aeb5cb7
commit c8fd24ee04
14 changed files with 28 additions and 14 deletions

View file

@ -558,4 +558,5 @@ def main():
from ansible.module_utils.basic import *
from ansible.module_utils.ec2 import *
main()
if __name__ == '__main__':
main()