working state

This commit is contained in:
2023-10-08 13:14:08 +02:00
parent 941fb1bd4b
commit 3dd7b5448a
5 changed files with 54 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
become: true
become_user: "{{ nextcloud_user }}"
shell:
cmd: "{{ php_binary }} {{ php_arguments }} {{ nextcloud_path }}/updater/updater.phar --no-interaction"
cmd: "alias \"php={{ php_binary }} {{ php_arguments }}\"; php {{ nextcloud_path }}/updater/updater.phar --no-interaction"
- name: "Disable Maintenance-Mode"
include_tasks: "occ_command.yml"
@@ -18,4 +18,4 @@
- name: "Disable Maintenance-Mode"
include_tasks: "occ_command.yml"
vars:
occ_command: "maintenance:mode --on"
occ_command: "maintenance:mode --off"