homelab/roles/any.common.ssh/handlers/main.yml

6 lines
91 B
YAML

---
- name: 'restart sshd'
ansible.builtin.service:
name: sshd
state: 'reloaded'