summaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'handlers')
-rw-r--r--handlers/main.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
deleted file mode 100644
index c9aef1f..0000000
--- a/handlers/main.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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