mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
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 *
|
from ansible.module_utils.basic import *
|
||||||
|
|
||||||
main()
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue