]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
piwik: Remove README.md.gz, to make Piwik self-check happy
authorAlexander Barton <alex@barton.de>
Wed, 25 Oct 2017 13:04:05 +0000 (15:04 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 25 Oct 2017 13:04:05 +0000 (15:04 +0200)
The file is installed by the package itself, strange ...

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