summaryrefslogtreecommitdiff
path: root/handlers/main.yml
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2026-09-09 21:26:19 +0100
committerMatthew Fennell <matthew@fennell.dev>2026-09-09 21:26:19 +0100
commit03e6483ad6889ca05e678ff1d11f69aace7ce614 (patch)
tree6cf14110282852a68beb171f8a4740ef6388a772 /handlers/main.yml
parent4c5207339421379f79b40d28ee132f0daf6ae619 (diff)
Copy bootstrap tasks and handlers from xmpp-server
This is a straightforward copy and delete from the xmpp-server playbook for now. Cleanup (for instance, adding a prefix to the variable names) will come later.
Diffstat (limited to 'handlers/main.yml')
-rw-r--r--handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
index d8d22f9..c9aef1f 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -3,3 +3,9 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
---
+
+- name: Restart sshd
+ ansible.builtin.service:
+ name: sshd
+ state: restarted
+ become: true