Fix cloudbox.
This commit is contained in:
parent
8eb7c93502
commit
f550f530c6
2 changed files with 4 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue