debuginfod: add ansible notify/handler to restart if needed
Respond to config file changes. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
This commit is contained in:
parent
87f66a8ef6
commit
76c3a5d8c1
2 changed files with 15 additions and 0 deletions
|
@ -216,3 +216,6 @@
|
|||
|
||||
- name: restart systemd-oomd
|
||||
service: name=systemd-oomd state=reload
|
||||
|
||||
- name: restart debuginfod
|
||||
service: name=debuginfod state=restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue