From: Alexander Barton Date: Wed, 25 Oct 2017 13:04:05 +0000 (+0200) Subject: piwik: Remove README.md.gz, to make Piwik self-check happy X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=AnsibleRoles.git;a=commitdiff_plain;h=59c1178b220205a750089cd1c6eaf0f23fb63e8b piwik: Remove README.md.gz, to make Piwik self-check happy The file is installed by the package itself, strange ... --- diff --git a/roles/piwik/tasks/main.yml b/roles/piwik/tasks/main.yml index ef58553..12cae63 100644 --- a/roles/piwik/tasks/main.yml +++ b/roles/piwik/tasks/main.yml @@ -83,6 +83,13 @@ 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