Commit e1cbbac1 by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent 75466de1
......@@ -25,7 +25,7 @@
password: "{{ item.pass }}"
priv: "{{ item.db }}.*:ALL"
append_privs: yes
when: item.db != None and item.db != ''
when: "{{ item.db }} != None and {{ item.db }} != ''"
with_items: "{{ edxlocal_database_users }}"
- name: setup the migration db user
......
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