mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Make main()
calls conditional - messaging (#3654)
This commit is contained in:
parent
6f019c1066
commit
cefb569797
8 changed files with 24 additions and 8 deletions
|
@ -171,4 +171,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