Files
ansible/roles/pi-standard-setup/handlers/main.yml
2020-05-10 15:25:38 +02:00

9 lines
98 B
YAML

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