Call main in conditional way - cloud/rackspace

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 17:14:23 +00:00 committed by Matt Clay
parent c8fd24ee04
commit 21bd86ef1d
20 changed files with 60 additions and 20 deletions

View file

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