ansible-role-openssh/handlers/main.yml

5 lines
84 B
YAML
Raw Normal View History

2022-01-25 10:41:33 +01:00
- name: restart sshd
ansible.builtin.service:
2022-01-25 10:44:36 +01:00
name: sshd
2022-01-25 10:41:33 +01:00
state: restarted