Commit 8edddb72 by Feanil Patel

Don't double quote.

parent 5dba8e1f
......@@ -62,7 +62,7 @@
db: "{{ item }}"
state: present
encoding: utf8
with_items: "{{ "{{ MARIADB_DATABASES }}" }}"
with_items: "{{ MARIADB_DATABASES }}"
when: MARIADB_CREATE_DBS|bool
- name: create all analytics dbs
......
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