Make main() calls conditional - cloud (#3657)

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 16:20:51 +00:00 committed by Matt Clay
commit afa6fa9a89
21 changed files with 47 additions and 21 deletions

View file

@ -173,4 +173,5 @@ from ansible.module_utils.basic import *
from ansible.module_utils.rax import *
# Invoke the module.
main()
if __name__ == '__main__':
main()