From 2e536a85bd9dcf3b15b61518185ea682da0626c9 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 30 Sep 2023 11:37:46 +0200 Subject: [PATCH] upt playbook --- playbooks/repair_nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/repair_nextcloud.yml b/playbooks/repair_nextcloud.yml index a2370b2..e270fec 100644 --- a/playbooks/repair_nextcloud.yml +++ b/playbooks/repair_nextcloud.yml @@ -7,4 +7,4 @@ - name: Change dir perms 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: '/share/ZFS530_DATA/.qpkg/container-station/bin/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 {} \;'