]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/piwik/tasks/main.yml
piwik: Remove README.md.gz, to make Piwik self-check happy
[AnsibleRoles.git] / roles / piwik / tasks / main.yml
index ef58553ec9a105e05f212e41b4d211205628c2dd..12cae63e1b9e57d095dec0f535f84019322bba94 100644 (file)
     owner=root
     path=/usr/share/piwik/piwik.js
 
+- name: remove README.md.gz, to make self-check happy
+  tags:
+    - piwik
+  file: >
+    state=absent
+    path=/usr/share/doc/piwik/README.md.gz
+
 - name: install Apache VHost configuration for Piwik
   tags:
     - piwik