diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-08-14 16:06:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-08-14 16:06:34 +0200 |
commit | 1d286bd2dce540fca7957ff7c9c7bbda20f5dca1 (patch) | |
tree | 1db05ca7be1f630888985f6f025cce27897d172c /tasks | |
parent | 45665325604af073f9c721bb40b9cd47759268a5 (diff) |
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/ssh.yml | 2 |
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 |