ansible/roles/pi-hifiberry-amp/handlers/main.yml

8 lines
94 B
YAML

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