1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00
ansible_role_sshd/handlers/main.yml
2021-03-10 22:34:42 +01:00

7 lines
161 B
YAML

---
- name: systemctl restart ssh
become: yes
ansible.builtin.systemd:
name: "{{ sshd__service }}"
state: restarted
when: sshd__service is defined