diff --git a/roles/matomo/tasks/install.yml b/roles/matomo/tasks/install.yml index a36e1d3ec..becdbd5d7 100644 --- a/roles/matomo/tasks/install.yml +++ b/roles/matomo/tasks/install.yml @@ -31,7 +31,7 @@ - name: Download and Extract Matomo (~1 min) unarchive: - src: "{{ matomo_dl_url }}" # e.g. https://builds.matomo.org/matomo.zip + src: "{{ matomo_dl_url }}" # e.g. https://builds.matomo.org/matomo.tar.gz dest: "{{ matomo_path }}" # e.g. /library/www/html remote_src: yes