summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-08-14 16:06:34 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-08-14 16:06:34 +0200
commit1d286bd2dce540fca7957ff7c9c7bbda20f5dca1 (patch)
tree1db05ca7be1f630888985f6f025cce27897d172c /tasks
parent45665325604af073f9c721bb40b9cd47759268a5 (diff)
typofixHEADmaster
Diffstat (limited to 'tasks')
-rw-r--r--tasks/ssh.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/ssh.yml b/tasks/ssh.yml
index 341a96d..e568036 100644
--- a/tasks/ssh.yml
+++ b/tasks/ssh.yml
@@ -16,5 +16,5 @@
notify:
- Restart OpenSSH
-- name: Start Openssh
+- name: Start OpenSSH
service: name=ssh enabled=true state=started