diff --git a/upgrade_nextcloud.yml b/upgrade_nextcloud.yml new file mode 100644 index 0000000..b345956 --- /dev/null +++ b/upgrade_nextcloud.yml @@ -0,0 +1,9 @@ +--- +- hosts: nextcloud + tasks: + - name: Upgrade Nextcloud instance + command: "/usr/bin/php /var/www/nextcloud/updater/updater.phar --quiet --no-interaction" + become: yes + become_user: www-data + +