diff --git a/defaults/main.yml b/defaults/main.yml index e3e92622af71e39dbcb426fc23db1abdd96513f0..fede93d670963dd4351d67a3629c7759f2c2d098 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 4ec3bb8cabf0e22c33b769cdadc215d3db91b690..ebd781e410bcb872135e30282131255356e5f327 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