mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-19 15:39:10 -07:00
Make main()
calls conditional - notifications (#3656)
This commit is contained in:
parent
afa6fa9a89
commit
96780cf035
10 changed files with 28 additions and 11 deletions
|
@ -184,4 +184,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