Call main in conditional way - source_control

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 17:06:04 +00:00 committed by Matt Clay
parent a6cd0272fb
commit 1c3aeb5cb7

View file

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