Merge pull request #8843 from resmo/fix/boilerplate

zabbix_maintenance: move to new boilerplate
This commit is contained in:
James Cammarata 2014-09-02 13:44:24 -05:00
commit cb2520a73a

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