mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
8 lines
239 B
YAML
8 lines
239 B
YAML
- block:
|
|
- include_tasks: 01_core.yml
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_svc_db_mariadb is not defined
|
|
|
|
- name: "Initialize database for '{{ database_name }}'"
|
|
include_tasks: 02_init.yml
|
|
when: "{{ mariadb_init }}" |