diff --git a/handlers/main.yml b/handlers/main.yml index fa0df04..54b3ce0 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -81,3 +81,10 @@ state: restarted enabled: yes tags: ['prometheus'] + +- name: 'prometheus | cloudflare exporter | restart service' + systemd: + name: prometheus-cloudflare-exporter.service + state: restarted + enabled: yes + tags: ['prometheus']