[ssh] feat: use actual ssh service name, not the symlink of sshd

This commit is contained in:
Simon Cornet 2024-12-23 14:55:21 +01:00
commit 8cf3eceead

View file

@ -48,9 +48,9 @@
enabled: true
state: "restarted"
# sshd
- name: "restart sshd"
# ssh
- name: "restart ssh"
ansible.builtin.systemd:
name: "sshd.service"
name: "ssh.service"
state: "restarted"
enabled: true