mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 20:09:08 -07:00
Make main()
calls conditional - system (#3652)
This commit is contained in:
parent
45b31fa514
commit
cbe3f4e5e1
24 changed files with 55 additions and 28 deletions
|
@ -370,4 +370,5 @@ class Options(dict):
|
|||
ret.append('%s=%s' % (k, v))
|
||||
return ','.join(ret)
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue