role for unattended installation of nextcloud updates.
nextcloud_path: path to nextcloud installation
nextcloud_fcgi_user: nextcloud fastcgi/system user
nextcloud_php_path: path to php interpreter
- hosts: servers
roles:
- nextcloud-update
Marvin Stark