diff --git a/tasks/install.yml b/tasks/install.yml index 7e890c962c3975c4cb7dd161e3cea31127c04f3c..cc92b70955a14df1d37ec44ff40fc46667b68c50 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -388,3 +388,11 @@ when: matomo_mode == 'apache' tags: - cron + +- name: File Ownership in container again + command: docker compose exec -it -u root app chown -R www-data:www-data . + args: + chdir: '{{ webRoot }}' + when: matomo_mode == 'traefik' + tags: + - deploy