We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A little patch is worth a thousand words,
--- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -63,7 +63,7 @@ node: "{{ item.node | default('rabbit') }}" pattern: "{{ item.pattern | default('^$') }}" priority: "{{ item.priority | default(1) }}" - state: "{{ item.tags | default('present') }}" + state: "{{ item.state | default('present') }}" tags: "{{ item.tags | default('') }}" vhost: "{{ item.vhost | default('/') }}" with_items: rabbitmq_policies
The text was updated successfully, but these errors were encountered:
Thanks for the patch. Please could you submit it again to this repo?
Sorry, something went wrong.
Ah actually I've just seen there's a PR for that already on picotrading repo.
Le 12/21/2015 02:15 PM, Jiri Tyr a écrit :
Thanks for the patch. Please could you submit it again to this repo? Reply to this email directly or view it on GitHub: #6 (comment)
Reply to this email directly or view it on GitHub: #6 (comment)
No branches or pull requests
A little patch is worth a thousand words,
The text was updated successfully, but these errors were encountered: