configpolicy/roles/sshd/handlers/main.yml

5 lines
66 B
YAML

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