Fixes fuer zentrale Instancen-Verwaltung
This commit is contained in:
parent
e63c995f11
commit
b33a014729
12 changed files with 72 additions and 70 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
- import_tasks: version.yml
|
||||
tags: version
|
||||
- import_tasks: packages.yml
|
||||
- import_tasks: gateway.yml
|
||||
- import_tasks: database.yml
|
||||
|
@ -6,7 +8,11 @@
|
|||
- import_tasks: php.yml
|
||||
- import_tasks: apache.yml
|
||||
- import_tasks: redis.yml
|
||||
- import_tasks: nextcloud.yml
|
||||
|
||||
- name: "Nextcloud-Task"
|
||||
include_tasks: nextcloud.yml
|
||||
tags: nextcloud
|
||||
- import_task: fixes.yml
|
||||
when: nc_is_installed.stat.exists == False
|
||||
|
||||
- import_tasks: fixes.yml
|
||||
tags: fixes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue