Skip to content
New issue

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

Little error with main task: State #6

Open
rorist opened this issue Dec 21, 2015 · 2 comments
Open

Little error with main task: State #6

rorist opened this issue Dec 21, 2015 · 2 comments

Comments

@rorist
Copy link

rorist commented Dec 21, 2015

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
@jtyr
Copy link
Contributor

jtyr commented Dec 21, 2015

Thanks for the patch. Please could you submit it again to this repo?

@rorist
Copy link
Author

rorist commented Dec 21, 2015

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants