Skip to content

Commit

Permalink
Merge pull request ansible#8843 from resmo/fix/boilerplate
Browse files Browse the repository at this point in the history
zabbix_maintenance: move to new boilerplate
  • Loading branch information
jimi-c committed Sep 2, 2014
2 parents b827f79 + 20a3772 commit cb2520a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/monitoring/zabbix_maintenance
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit cb2520a

Please sign in to comment.