diff --git a/tasks/configure-piwik-script.yml b/tasks/configure-piwik-script.yml deleted file mode 100644 index f1b83f1..0000000 --- a/tasks/configure-piwik-script.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -# From http://debian.piwik.org/ -# http://piwik.org/blog/2014/04/piwik-debian-package/ - -- name: Make log import script executable - file: path=/usr/share/piwik/misc/log-analytics/import_logs.py mode=755 -