webapps/nextcloud: Add condition for config tasks

And update CHANGELOG
This commit is contained in:
Alexis Ben Miloud--Josselin 2023-12-07 10:18:09 +01:00 committed by William Hirigoyen
parent 646049ad2f
commit 63973fc2b7
3 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
* webapps/nextcloud: Added var nextcloud_user_uid to enforce uid for nextcloud user
* etc-git: add /var/chroot-bind/etc/bind repo
* webapps/evoadmin-mail: package can now installed via public.evolix.org/evolix repo starting from Bookworm
* webapps/nextcloud: Set ownership and permissions of data directory
* webapps/nextcloud: Add condition for config tasks
### Changed
@ -36,6 +38,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* proftpd: in SFTP vhost, enable SSH keys login, enable ed25549 host key for Debian >= 11
* vrrpd: variable to force update the switch script (default: false)
* dovecot: Munin plugin conf path is now `/etc/munin/plugin-conf.d/zzz-dovecot` (instead of `z-evolinux-dovecot`)
* webapps/nextcloud: Add Ceph volume to fstab
### Fixed

View file

@ -17,3 +17,5 @@ nextcloud_db_name: "{{ nextcloud_instance_name }}"
nextcloud_admin_login: "admin"
nextcloud_admin_password: ""
nextcloud_do_config: True

View file

@ -54,3 +54,4 @@
- ansible.builtin.include: mysql-user.yml
- ansible.builtin.include: config.yml
when: nextcloud_do_config