mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Conditional main - monitoring (#3648)
This commit is contained in:
parent
e788ce068a
commit
9f7ad2ca3b
12 changed files with 30 additions and 14 deletions
|
@ -1077,4 +1077,6 @@ class Nagios(object):
|
|||
######################################################################
|
||||
# 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