mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 16:09:29 +00:00
6 lines
190 B
YAML
6 lines
190 B
YAML
- include_tasks: 01_core.yml
|
|
when: run_once_svc_db_mariadb is not defined
|
|
|
|
- name: "Initialize database for '{{ database_name }}'"
|
|
include_tasks: 02_init.yml
|
|
when: "{{ mariadb_init }}" |