Files
ansible/roles/backup_vps_base/handlers/main.yml
2024-07-13 08:28:27 -07:00

7 lines
84 B
YAML

---
- name: Restart SSH
become: yes
service:
name: ssh
state: restarted