mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 02:16:04 +00:00
10 lines
270 B
YAML
10 lines
270 B
YAML
---
|
|
- block:
|
|
- name: "load docker, db and proxy for {{ application_id }}"
|
|
include_role:
|
|
name: sys-stk-full-stateful
|
|
vars:
|
|
docker_compose_flush_handlers: true
|
|
- include_tasks: utils/once/flag.yml
|
|
when: run_once_web_app_confluence is not defined
|