summaryrefslogtreecommitdiff
path: root/bootstrap/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/handlers/main.yml')
-rw-r--r--bootstrap/handlers/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap/handlers/main.yml b/bootstrap/handlers/main.yml
new file mode 100644
index 0000000..c9aef1f
--- /dev/null
+++ b/bootstrap/handlers/main.yml
@@ -0,0 +1,11 @@
+# SPDX-FileCopyrightText: 2026 Matthew Fennell <matthew@fennell.dev>
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+---
+
+- name: Restart sshd
+ ansible.builtin.service:
+ name: sshd
+ state: restarted
+ become: true