varnish: fix missing state, that blocked the task
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Jérémy Lecour 2022-11-26 19:10:21 +01:00 committed by Jérémy Lecour
parent 665177556e
commit 54dca82838
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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: