mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
5 lines
183 B
YAML
5 lines
183 B
YAML
- name: "Load core functions for '{{ application_id }}'"
|
|
include_tasks: 01_core.yml
|
|
when: run_once_web_svc_collabora is not defined
|
|
vars:
|
|
application_id: 'web-svc-collabora' |