ansible/roles/onlyoffice/tasks/main.yml
Salt 14ea44130a Add onlyoffice and basic config
but it's BUGGY TRASH FOR FUCK'S SAKE AUGH
2021-01-20 19:25:16 -06:00

5 lines
168 B
YAML

- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- name: Include OS-specific task.
include_tasks: "{{ ansible_os_family }}.yml"