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()