ssh: use sshd instead of ssh to make it work on fedora

This commit is contained in:
uumas
2025-01-27 04:55:32 +02:00
parent d94cc30aa5
commit e2f5e49fe8
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
---
- name: Restart ssh
ansible.builtin.systemd:
name: ssh
- name: Restart sshd
ansible.builtin.systemd_service:
name: sshd.service
state: restarted