homeserver/roles/mgrote.dokuwiki/tasks/main.yml

8 lines
195 B
YAML
Raw Normal View History

2021-02-23 12:35:07 +01:00
---
- name: include install tasks
include_tasks: install.yml
- name: include apache2 tasks
include_tasks: apache2.yml
- name: include dokuwiki tasks
include_tasks: dokuwiki.yml