summaryrefslogtreecommitdiff
path: root/roles/sshd/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-26 21:50:16 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-26 21:50:16 +0100
commitc7006b00fb5664423daeee3b83aa347cf959701b (patch)
tree1da323d2777246ff0e01370641f2b2f48dca914e /roles/sshd/handlers/main.yml
parentmake vm install work for both debian/ubuntu and openbsd (diff)
zsh and sshd role support debian and openbsd now
Diffstat (limited to 'roles/sshd/handlers/main.yml')
-rw-r--r--roles/sshd/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sshd/handlers/main.yml b/roles/sshd/handlers/main.yml
index f43817f2..ea76595a 100644
--- a/roles/sshd/handlers/main.yml
+++ b/roles/sshd/handlers/main.yml
@@ -1,5 +1,5 @@
---
- name: restart ssh
service:
- name: sshd
+ name: "{{ sshd_service_name }}"
state: restarted