mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
install.yml: Mention matomo.tar.gz (download)
This commit is contained in:
parent
698e261220
commit
4074a75c0f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
- name: Download and Extract Matomo (~1 min)
|
- name: Download and Extract Matomo (~1 min)
|
||||||
unarchive:
|
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
|
dest: "{{ matomo_path }}" # e.g. /library/www/html
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue