2020-12-03 15:52:14 +01:00
|
|
|
---
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: version.yml
|
|
|
|
- import_tasks: gateway.yml
|
|
|
|
- import_tasks: database.yml
|
|
|
|
- import_tasks: php.yml
|
|
|
|
- import_tasks: apache.yml
|
2021-06-26 01:45:06 +02:00
|
|
|
|
2021-06-26 02:40:46 +02:00
|
|
|
- name: "Nextcloud einrichten"
|
2021-06-26 01:45:06 +02:00
|
|
|
include_tasks: nextcloud.yml
|
|
|
|
when: nc_is_installed.stat.exists == False
|
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: fixes.yml
|