mirror of
https://github.com/schnidrig/openhab-ansible
synced 2026-01-12 00:48:46 +01:00
initial commit
This commit is contained in:
9
roles/raspberry/handlers/main.yml
Normal file
9
roles/raspberry/handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: restart ntp
|
||||
service: name=ntp state=restarted
|
||||
|
||||
- name: update exportfs
|
||||
shell: exportfs -rav
|
||||
|
||||
|
||||
Reference in New Issue
Block a user