Updates for nextcloud.

This commit is contained in:
Andreas B. Mundt 2020-10-26 20:48:03 +01:00
parent a412984c0b
commit 10010f5873

View file

@ -30,9 +30,11 @@
- mariadb-server
- python3-pymysql
- php-apcu
- php-bcmath
- php-fpm
- php-curl
- php-gd
- php-gmp
- php-imagick
- php-intl
- php-json
@ -252,6 +254,14 @@
register: cmd_result
changed_when: cmd_result.stdout is search('table updated successfully')
- name: add missing columns
command: "sudo -u www-data php ./occ db:add-missing-columns"
args:
chdir: "{{ nc_dir }}"
warn: False
register: cmd_result
changed_when: cmd_result.stdout is search('table updated successfully')
- name: add default NIC to public zone
firewalld: