Call main in conditional way - source_control
This commit is contained in:
parent
a6cd0272fb
commit
1c3aeb5cb7
1 changed files with 3 additions and 1 deletions
|
@ -304,4 +304,6 @@ def main():
|
|||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue