mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 09:11:29 -07:00
Make main()
calls conditional - packaging (#3650)
This commit is contained in:
parent
95be8b8276
commit
007abb5373
17 changed files with 41 additions and 18 deletions
|
@ -286,4 +286,6 @@ def main():
|
|||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue