summaryrefslogtreecommitdiff
path: root/roles/atop/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/atop/handlers')
-rw-r--r--roles/atop/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/atop/handlers/main.yml b/roles/atop/handlers/main.yml
new file mode 100644
index 0000000..33ed20d
--- /dev/null
+++ b/roles/atop/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: Restart atop
+ ansible.builtin.service:
+ name: atop
+ state: restarted