mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -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
|
@ -127,4 +127,5 @@ def main():
|
|||
|
||||
module.exit_json(**args)
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue