mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-18 23:03:30 +00:00
10 lines
263 B
YAML
10 lines
263 B
YAML
|
|
- block:
|
|
- 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: database_init | bool
|
|
vars:
|
|
application_id: svc-db-mariadb |