Michael Grote
d3a9241d12
Reviewed-on: #602 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
7 lines
231 B
YAML
7 lines
231 B
YAML
---
|
|
- name: include install tasks
|
|
ansible.builtin.include_tasks: install.yml
|
|
- name: include apache2 tasks
|
|
ansible.builtin.include_tasks: apache2.yml
|
|
- name: include dokuwiki tasks
|
|
ansible.builtin.include_tasks: dokuwiki.yml
|