From dfc06b49eac5916a796f1af434a38d5a5a1c217a Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 30 Sep 2023 11:36:23 +0200 Subject: [PATCH] upt playbook --- playbooks/repair_nextcloud.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/repair_nextcloud.yml b/playbooks/repair_nextcloud.yml index 1c0ceea..a2370b2 100644 --- a/playbooks/repair_nextcloud.yml +++ b/playbooks/repair_nextcloud.yml @@ -3,8 +3,8 @@ ignore_unreachable: false tasks: - name: Change owner - ansible.builtin.shell: 'docker exec nextcloud-app-1 chown -R www-data:www-data /var/www/html/' + ansible.builtin.shell: '/share/ZFS530_DATA/.qpkg/container-station/bin/docker exec nextcloud-app-1 chown -R www-data:www-data /var/www/html/' - name: Change dir perms - ansible.builtin.shell: 'docker exec nextcloud-app-1 find /var/www/html/ -type d -exec chmod 750 {} \;' + ansible.builtin.shell: '/share/ZFS530_DATA/.qpkg/container-station/bin/docker exec nextcloud-app-1 find /var/www/html/ -type d -exec chmod 750 {} \;' - name: Change file perms - ansible.builtin.shell: 'docker exec nextcloud-app-1 find /var/www/html/ -type f -exec chmod 640 {} \' + ansible.builtin.shell: '/share/ZFS530_DATA/.qpkg/container-station/bin/docker exec nextcloud-app-1 find /var/www/html/ -type f -exec chmod 640 {} \'