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

8 lines
94 B
YAML
Raw Normal View History

2020-05-02 11:21:52 +02:00
- name: restart sshd
service:
name: sshd
state: restarted
- name: reboot
reboot: