mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
10 lines
343 B
YAML
10 lines
343 B
YAML
- block:
|
|
- name: "load docker, proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: cmp-docker-proxy
|
|
vars:
|
|
docker_compose_flush_handlers: true
|
|
- name: "Load core functions for '{{ application_id }}'"
|
|
include_tasks: 01_core.yml
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_web_svc_collabora is not defined |