Skip to content
Snippets Groups Projects
Commit 0701d463 authored by jurgenhaas's avatar jurgenhaas
Browse files

#11 Update to 4.1.0

parent a969dafb
No related branches found
No related tags found
No related merge requests found
--- ---
matomo_version: 3.14.1 matomo_version: 4.1.0
matomo_force_reset: no matomo_force_reset: no
matomo_plugins: matomo_plugins:
- Actions - Actions
...@@ -14,7 +14,6 @@ matomo_plugins: ...@@ -14,7 +14,6 @@ matomo_plugins:
- CorePluginsAdmin - CorePluginsAdmin
- CoreUpdater - CoreUpdater
- CoreVisualizations - CoreVisualizations
- CustomPiwikJs
- CustomVariables - CustomVariables
- Dashboard - Dashboard
- DevicePlugins - DevicePlugins
...@@ -70,6 +69,7 @@ matomo_plugins: ...@@ -70,6 +69,7 @@ matomo_plugins:
matomo_plugins_off: matomo_plugins_off:
- AnonymizeIP - AnonymizeIP
- CustomPiwikJs
- DoNotTrack - DoNotTrack
- LeftMenu - LeftMenu
- ZenMode - ZenMode
...@@ -152,10 +152,13 @@ ...@@ -152,10 +152,13 @@
- name: File Modes for tmp - name: File Modes for tmp
file: file:
path: '{{ webRoot }}/tmp' path: '{{ webRoot }}/{{ item }}'
mode: ug+w mode: ug+w
recurse: yes recurse: yes
follow: no follow: no
with_items:
- tmp
- config
tags: tags:
- deploy - deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment