mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-11 11:41:32 -07:00
Conditional main - monitoring (#3648)
This commit is contained in:
parent
e788ce068a
commit
9f7ad2ca3b
12 changed files with 30 additions and 14 deletions
|
@ -184,4 +184,5 @@ 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