Michael Grote
7a24089031
Reviewed-on: #584 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
|