3
0
forked from jakub/ansible
This commit is contained in:
martin.fencl
2025-11-26 16:08:52 +01:00
parent d9b870d36f
commit 6b1c5efe22

View File

@@ -57,8 +57,6 @@
{{ docker_prefix }} compose -p {{ nextcloud_project }} -f {{ nextcloud_compose_file }} pull {{ nextcloud_service }}
- >
{{ docker_prefix }} compose -p {{ nextcloud_project }} -f {{ nextcloud_compose_file }} up -d --no-deps --force-recreate {{ nextcloud_service }}
- >
sleep 10
- >
docker exec -u www-data nextcloud php occ upgrade
- >
@@ -167,6 +165,7 @@
label: "upgrade-cmd-{{ idx }}"
register: nc_upgrade_cmds
changed_when: false
failed_when: false
no_log: "{{ DEBUG == 0 }}"
- name: Nextcloud | Show outputs of upgrade commands (DEBUG)