mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 02:16:04 +00:00
5 lines
185 B
YAML
5 lines
185 B
YAML
- name: "Load core functions for '{{ application_id }}'"
|
|
include_tasks: 01_core.yml
|
|
when: run_once_web_svc_onlyoffice is not defined
|
|
vars:
|
|
application_id: 'web-svc-onlyoffice' |