ansible/roles/pi-standard-setup/handlers/main.yml

9 lines
98 B
YAML
Raw Normal View History

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