1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

zabbix_maintenance: move to new boilerplate

This commit is contained in:
Rene Moser 2014-09-01 20:13:34 +02:00
parent dac11904cb
commit 20a3772d85

View file

@ -367,6 +367,5 @@ def main():
module.exit_json(changed=changed)
# include magic from lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
from ansible.module_utils.basic import *
main()