resultsdb: override service with correct directory name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5b6efccb2f
commit
965ea829ac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue