Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
7268fe43
Commit
7268fe43
authored
Feb 05, 2014
by
James Tanner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new syntax for module snippets in rabbitmq_policy and update changelog
parent
959a1561
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG.md
+1
-0
library/messaging/rabbitmq_policy
+2
-2
No files found.
CHANGELOG.md
View file @
7268fe43
...
...
@@ -25,6 +25,7 @@ New modules:
*
cloud: rax_files_objects
*
cloud: rax_keypair
*
cloud: rax_queue
*
messaging: rabbitmq_policy
*
system: at
...
...
library/messaging/rabbitmq_policy
View file @
7268fe43
...
...
@@ -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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment