1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Call main in conditional way - web_infrastructure

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 17:03:05 +00:00 committed by Matt Clay
parent 42a5b1977f
commit 4d2a3229d3

View file

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