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

6 lines
86 B
YAML
Raw Normal View History

---
- name: restart ssh
service:
2018-11-16 11:44:36 +01:00
name: "{{ ssh_service }}"
state: restarted