Use new syntax for module snippets in rabbitmq_policy and update changelog
This commit is contained in:
parent
26e54831e2
commit
c3000f1e20
1 changed files with 2 additions and 2 deletions
|
@ -151,6 +151,6 @@ def main():
|
||||||
|
|
||||||
module.exit_json(changed=changed, name=name, state=state)
|
module.exit_json(changed=changed, name=name, state=state)
|
||||||
|
|
||||||
# this is magic, see lib/ansible/module_common.py
|
# import module snippets
|
||||||
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
from ansible.module_utils.basic import *
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue