homeserver/roles/mgrote.dokuwiki/tasks/main.yml
2021-02-23 12:35:07 +01:00

8 lines
195 B
YAML

---
- name: include install tasks
include_tasks: install.yml
- name: include apache2 tasks
include_tasks: apache2.yml
- name: include dokuwiki tasks
include_tasks: dokuwiki.yml