computer-playbook/roles/native-ssh/handlers/main.yml

3 lines
70 B
YAML

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