From 59c1178b220205a750089cd1c6eaf0f23fb63e8b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 25 Oct 2017 15:04:05 +0200 Subject: [PATCH] piwik: Remove README.md.gz, to make Piwik self-check happy The file is installed by the package itself, strange ... --- roles/piwik/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2