mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
6 lines
171 B
YAML
6 lines
171 B
YAML
- name: "Install Collabora Dependency"
|
|
include_tasks: "utils/load_app.yml"
|
|
vars:
|
|
load_app_id: web-svc-collabora
|
|
when: run_once_web_svc_collabora is not defined
|