Commit 7268fe43 by James Tanner

Use new syntax for module snippets in rabbitmq_policy and update changelog

parent 959a1561
...@@ -25,6 +25,7 @@ New modules: ...@@ -25,6 +25,7 @@ New modules:
* cloud: rax_files_objects * cloud: rax_files_objects
* cloud: rax_keypair * cloud: rax_keypair
* cloud: rax_queue * cloud: rax_queue
* messaging: rabbitmq_policy
* system: at * system: at
......
...@@ -151,6 +151,6 @@ def main(): ...@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment