playbooks/upgrade_nextcloud.yml

10 lines
230 B
YAML
Raw Permalink Normal View History

2021-01-03 22:50:28 +00:00
---
- 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