resultsdb: override service with correct directory name

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-01 17:47:07 -07:00
parent 5b6efccb2f
commit 965ea829ac

View file

@ -8,7 +8,7 @@
- packages
- name: make systemd drop-in override dir
file: name=/etc/systemd/system/httpd.d
file: name=/etc/systemd/system/httpd.service.d
state=directory
recurse=yes
owner=root group=root
@ -16,7 +16,7 @@
- config
- name: override httpd service to restart on failure
copy: dest=/etc/systemd/system/httpd.d/restart-on-fail.conf
copy: dest=/etc/systemd/system/httpd.service.d/restart-on-fail.conf
src=restart-on-fail.conf
notify:
- reload systemd