mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
Reference: ChatGPT conversation https://chatgpt.com/share/692def1c-a79c-800f-b7dd-35e1845424bf
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: database_init | bool |