X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=AnsibleRoles.git;a=blobdiff_plain;f=roles%2Fpiwik%2Ftasks%2Fmain.yml;h=12cae63e1b9e57d095dec0f535f84019322bba94;hp=ef58553ec9a105e05f212e41b4d211205628c2dd;hb=59c1178b220205a750089cd1c6eaf0f23fb63e8b;hpb=7b05062b243ad235874c57e74969b6197f5e0198 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