Commit 7260ef64 by Filippo Panessa

Create all databases when MARIADB_CREATE_DBS is true

parent c6395c21
......@@ -68,7 +68,7 @@
db: "{{ item }}"
state: present
encoding: utf8
when: item != None and item != ''
when: item != None and item != '' and MARIADB_CREATE_DBS|bool
with_items: "{{ MARIADB_DATABASES }}"
- name: create database users
......
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