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:
Frank Ch. Eigler 2023-05-02 17:11:24 -04:00 committed by zlopez
parent 87f66a8ef6
commit 76c3a5d8c1
2 changed files with 15 additions and 0 deletions

View file

@ -216,3 +216,6 @@
- name: restart systemd-oomd
service: name=systemd-oomd state=reload
- name: restart debuginfod
service: name=debuginfod state=restarted