This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/roles/system/handlers/main.yml

5 lines
68 B
YAML

- name: Restart sshd
service:
name: sshd
state: restarted