mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make main() calls conditional - clustering (#3647)
This commit is contained in:
committed by
Matt Clay
parent
96780cf035
commit
e788ce068a
@@ -248,4 +248,5 @@ class KazooCommandProxy():
|
|||||||
|
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import *
|
||||||
|
|
||||||
main()
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user