Browse Source

roles/nextcloud: bump to 19.0.3

new php packages required added
python3
Zolfa 4 years ago
parent
commit
f160a4ccec
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      roles/nextcloud/defaults/main.yaml
  2. +2
    -0
      roles/nextcloud/tasks/main.yaml

+ 1
- 1
roles/nextcloud/defaults/main.yaml View File

@ -1,6 +1,6 @@
---
host_fqdn: '{{ ansible_hostname }}.dmz.{{ domain }}'
nextcloud_version: '18.0.5'
nextcloud_version: '19.0.3'
nextcloud_nginx_fqdn: '{{ ansible_hostname }}.{{ domain }}'
nextcloud_nginx_alternate_fqdns: []
ldap_server: 'ldap1.dmz.{{ domain }}'


+ 2
- 0
roles/nextcloud/tasks/main.yaml View File

@ -34,6 +34,8 @@
- 'php7.4-redis'
- 'php7.4-apcu'
- 'php-imagick'
- 'php7.4-bcmath'
- 'php7.4-gmp'
- block:
- name: 'create nextcloud DB'


Loading…
Cancel
Save