Conditional main - monitoring (#3648)

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 16:22:17 +00:00 committed by Matt Clay
parent e788ce068a
commit 9f7ad2ca3b
12 changed files with 30 additions and 14 deletions

View file

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