mirror of
https://github.com/schnidrig/openhab-ansible
synced 2026-01-12 08:58:46 +01:00
10 lines
111 B
YAML
10 lines
111 B
YAML
---
|
|
|
|
- name: restart ntp
|
|
service: name=ntp state=restarted
|
|
|
|
- name: update exportfs
|
|
shell: exportfs -rav
|
|
|
|
|