Browse code

Use new syntax for module snippets in rabbitmq_policy and update changelog

James Tanner authored on 2014/02/06 06:21:18
Showing 2 changed files
... ...
@@ -25,6 +25,7 @@ New modules:
25 25
 * cloud: rax_files_objects
26 26
 * cloud: rax_keypair
27 27
 * cloud: rax_queue
28
+* messaging: rabbitmq_policy
28 29
 * system: at
29 30
 
30 31
 
... ...
@@ -151,6 +151,6 @@ def main():
151 151
 
152 152
     module.exit_json(changed=changed, name=name, state=state)
153 153
 
154
-# this is magic, see lib/ansible/module_common.py
155
-#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
154
+# import module snippets
155
+from ansible.module_utils.basic import *
156 156
 main()