mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
11 lines
272 B
YAML
11 lines
272 B
YAML
---
|
|
- name: "load docker and db for {{application_id}}"
|
|
include_role:
|
|
name: cmp-db-docker
|
|
when: run_once_web_app_pretix is not defined
|
|
|
|
- name: run the pretix tasks once
|
|
set_fact:
|
|
run_once_web_app_pretix: true
|
|
when: run_once_web_app_pretix is not defined
|