mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
8 lines
197 B
YAML
8 lines
197 B
YAML
---
|
|
- block:
|
|
- name: "load docker and db for {{application_id}}"
|
|
include_role:
|
|
name: cmp-db-docker
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_web_app_pretix is not defined
|