Commit c9cb493e by nadeemshahzad

remove force

parent 20716260
......@@ -273,9 +273,8 @@
rabbitmq_user:
user: "{{ item.name }}"
password: "{{ item.password }}"
force: yes
tags: "administrator"
state: present
state: "{{ item.state | default('present') }}"
permissions: "{{ permissions }}"
with_items:
- "{{rabbitmq_auth_config.admins}}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment