mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
6 lines
192 B
YAML
6 lines
192 B
YAML
- name: "Install OnlyOffice dependency (Document Server)"
|
|
include_tasks: "utils/load_app.yml"
|
|
vars:
|
|
load_app_id: web-svc-onlyoffice
|
|
when: run_once_web_svc_onlyoffice is not defined
|