ansible/roles/openssh_server/handlers/main.yml
jeltz e6363e9668
Some checks failed
continuous-integration/drone/push Build is failing
Use the Users CA for authentication
2021-12-12 05:56:54 +01:00

7 lines
83 B
YAML

---
- name: Restart sshd
systemd:
name: ssh.service
state: restarted
...