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 {} \;'