Use new syntax for module snippets in rabbitmq_policy and update changelog

This commit is contained in:
James Tanner 2014-02-05 16:21:18 -05:00
parent 26e54831e2
commit c3000f1e20

View file

@ -151,6 +151,6 @@ def main():
module.exit_json(changed=changed, name=name, state=state)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
# import module snippets
from ansible.module_utils.basic import *
main()