playbooks/upgrade_nextcloud.yml

10 lines
230 B
YAML

---
- 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