Fix cloudbox.

This commit is contained in:
Andreas B. Mundt 2022-06-12 17:26:29 +02:00 committed by Andreas B. Mundt
parent 8eb7c93502
commit f550f530c6
2 changed files with 4 additions and 3 deletions

View file

@ -160,7 +160,7 @@
when: not nextcloud.stat.exists and not run_in_installer|default(false)|bool
- name: start mariadb during installation
command: /etc/init.d/mysql start
command: /etc/init.d/mariadb start
when: run_in_installer|default(false)|bool
- name: create database with name 'nextcloud'