Commit 0e94811d by arbabnazar

fix ansible 2.x error

parent f8c6f2c9
......@@ -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