base-system/roles/ssh/handlers/main.yml

5 lines
83 B
YAML
Raw Normal View History

2022-04-11 15:20:12 +03:00
- name: Reload sshd
ansible.builtin.service:
name: sshd
state: restarted