This commit is contained in:
Michael Grote 2024-10-03 10:52:38 +02:00
parent 58440d920b
commit df9d30b668

View file

@ -2,6 +2,6 @@
- name: restart sshd
become: true
ansible.builtin.systemd:
name: sshd
name: ssh
enabled: true
state: restarted