mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
matomo/tasks/install.yml: "Download and Extract (~3 min)"
This commit is contained in:
parent
34489a03c7
commit
0b53b95921
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
priv: "{{ matomo_db_name }}.*:ALL"
|
priv: "{{ matomo_db_name }}.*:ALL"
|
||||||
#login_unix_socket: /var/run/mysqld/mysqld.sock
|
#login_unix_socket: /var/run/mysqld/mysqld.sock
|
||||||
|
|
||||||
- name: Download and Extract Matomo (~1 min)
|
- name: Download and Extract Matomo (~3 min)
|
||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ matomo_dl_url }}" # e.g. https://builds.matomo.org/matomo.tar.gz
|
src: "{{ matomo_dl_url }}" # e.g. https://builds.matomo.org/matomo.tar.gz
|
||||||
dest: "{{ matomo_path }}" # e.g. /library/www
|
dest: "{{ matomo_path }}" # e.g. /library/www
|
||||||
|
|
Loading…
Reference in a new issue