From 1f9a2ed7448e5b966fadd7f1f80ec912ee397ce4 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 23 Feb 2021 09:21:51 +0100 Subject: [PATCH] Update to 4.2.0 --- defaults/main.yml | 2 +- tasks/install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index e3e9262..fede93d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- -matomo_version: 4.1.1 +matomo_version: 4.2.0 matomo_force_reset: no matomo_plugins: - Actions diff --git a/tasks/install.yml b/tasks/install.yml index 4ec3bb8..ebd781e 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -60,7 +60,7 @@ accept_hostkey: yes repo: 'git@github.com:matomo-org/matomo.git' dest: '{{ webRoot }}' - track_submodules: yes + track_submodules: no force: yes version: '{{ matomo_version }}' depth: 1 -- GitLab