homeserver/roles/mgrote_ssh/handlers/main.yml
Michael Grote df9d30b668
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 46s
ff
2024-10-03 10:52:38 +02:00

7 lines
120 B
YAML

---
- name: restart sshd
become: true
ansible.builtin.systemd:
name: ssh
enabled: true
state: restarted