devops-shit/ansible/base-system/roles/ssh/handlers/main.yml

5 lines
83 B
YAML
Raw Normal View History

2021-12-19 19:10:24 +03:00
- name: Reload sshd
ansible.builtin.service:
name: sshd
state: restarted