aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/systemd
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-05-30 15:59:04 +0200
committerGravatar Johannes Christ <[email protected]>2024-05-30 15:59:04 +0200
commit6496fa65823344cffd53861c7b1fadc920b0cea9 (patch)
treef92a6a8524c94618645ef793f1244e9636893027 /ansible/roles/systemd
parentAdd new users for Grafana and Metabase (diff)
Install custom Prometheus version
Co-authored-by: Joe William Murray Humphreys Banks <[email protected]>
Diffstat (limited to 'ansible/roles/systemd')
-rw-r--r--ansible/roles/systemd/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/systemd/handlers/main.yml b/ansible/roles/systemd/handlers/main.yml
new file mode 100644
index 0000000..639db75
--- /dev/null
+++ b/ansible/roles/systemd/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: Reload the systemd daemon
+ systemd:
+ daemon_reload: true
+ tags:
+ - role::systemd