ff
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 46s

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