ansible-role-openssh/handlers/main.yml

5 lines
99 B
YAML
Raw Normal View History

2022-01-25 10:41:33 +01:00
- name: restart sshd
ansible.builtin.service:
name: "{{ ssh_service }}"
state: restarted