Merge pull request #8843 from resmo/fix/boilerplate
zabbix_maintenance: move to new boilerplate
This commit is contained in:
commit
cb2520a73a
1 changed files with 1 additions and 2 deletions
|
@ -367,6 +367,5 @@ def main():
|
||||||
|
|
||||||
module.exit_json(changed=changed)
|
module.exit_json(changed=changed)
|
||||||
|
|
||||||
# include magic from lib/ansible/module_common.py
|
from ansible.module_utils.basic import *
|
||||||
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue