Fix filename for Varnish systemd unit override

This commit is contained in:
Romain Dessort 2017-03-15 17:48:52 -04:00
parent 25bdddbd92
commit 6b3b693501
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- name: Modify Varnish configuration files
ini_file:
dest: /etc/systemd/system/varnish.service.d/varnish.service
dest: /etc/systemd/system/varnish.service.d/varnish.conf
section: Service
option: "{{ item.option }}"
value: "{{ item.value }}"