We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8b28a commit 8950e97Copy full SHA for 8950e97
matplotlib.org.yml
@@ -246,7 +246,7 @@
246
dest: /etc/prometheus/prometheus.yml
247
mode: 0644
248
notify:
249
- - Restart Prometheus
+ - Reload Prometheus
250
251
- name: Enable prometheus node exporter service
252
ansible.builtin.systemd:
@@ -322,6 +322,11 @@
322
name: caddy
323
state: reloaded
324
325
+ - name: Reload Prometheus
326
+ ansible.builtin.systemd:
327
+ name: prometheus
328
+ state: reloaded
329
+
330
- name: Restart Prometheus
331
332
name: prometheus
0 commit comments