Use new syntax for module snippets in rabbitmq_policy and update changelog
This commit is contained in:
parent
959a156195
commit
7268fe43e7
2 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,7 @@ New modules:
|
|||
* cloud: rax_files_objects
|
||||
* cloud: rax_keypair
|
||||
* cloud: rax_queue
|
||||
* messaging: rabbitmq_policy
|
||||
* system: at
|
||||
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue