Make main()
calls conditional - clustering (#3647)
This commit is contained in:
parent
96780cf035
commit
e788ce068a
1 changed files with 2 additions and 1 deletions
|
@ -248,4 +248,5 @@ class KazooCommandProxy():
|
|||
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue