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

3 lines
70 B
YAML

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