Improves task description

This commit is contained in:
Jan Beilicke 2023-10-29 11:21:33 +01:00
parent ce9a21c3b0
commit 17d9ca977e

View file

@ -135,7 +135,7 @@
chdir: /home/{{ docker_user }}/nextcloud/
cmd: docker-compose exec -u www-data nextcloud-app /bin/sh -c './occ config:system:set overwritehost --value="{{ nextcloud_overwrite_host }}"'
- name: "Fix ownership of /var/www/html"
- name: "docker-compose: Fix ownership of /var/www/html"
shell:
chdir: /home/{{ docker_user }}/nextcloud/
cmd: "docker-compose exec --user root nextcloud-app /bin/sh -c 'chown -R www-data: /var/www/html'"