working state
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user