Files
ansible/roles/system/handlers/main.yml
2019-09-04 09:06:55 +02:00

5 lines
68 B
YAML

- name: restart sshd
service:
name: sshd
state: restarted