summaryrefslogtreecommitdiff
path: root/roles/sshd/handlers/main.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-31 17:50:37 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-31 17:50:37 +0300
commit66e7ecebce239a3c59696786fb776f5d729831b1 (patch)
treea7ec105c55218edc4b350ad8bcc2d660d879079b /roles/sshd/handlers/main.yml
parent48730af77bfd45478250a52e747b00a36f716e47 (diff)
downloaddebian-ansible-66e7ecebce239a3c59696786fb776f5d729831b1.tar.gz
sshd: add
Sponsored-by: author
Diffstat (limited to 'roles/sshd/handlers/main.yml')
-rw-r--r--roles/sshd/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/sshd/handlers/main.yml b/roles/sshd/handlers/main.yml
new file mode 100644
index 0000000..c4898c0
--- /dev/null
+++ b/roles/sshd/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: sshd_restart
+ systemd:
+ name: ssh
+ state: restarted