Call main in conditional way - web_infrastructure

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent 42a5b1977f
commit 4d2a3229d3

@ -294,4 +294,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
main()
if __name__ == '__main__':
main()

Loading…
Cancel
Save