diff --git a/CHANGELOG.md b/CHANGELOG.md index 47673655..e2b758ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * evolinux-user: Fix sudoers privilege for check php\_fpm80 * nagios-nrpe: Fix check opendkim for recent change in listening port +* varnish: fix missing state, that blocked the task ### Removed diff --git a/varnish/tasks/main.yml b/varnish/tasks/main.yml index f2545264..43399f0d 100644 --- a/varnish/tasks/main.yml +++ b/varnish/tasks/main.yml @@ -66,7 +66,8 @@ - name: Remove legacy systemd override file: - dest: /etc/systemd/system/varnish.service.d/evolinux.conf + path: /etc/systemd/system/varnish.service.d/evolinux.conf + state: absent notify: - reload systemd tags: