mirror of
https://github.com/schnidrig/openhab-ansible
synced 2026-01-12 08:58:46 +01:00
13 lines
202 B
YAML
13 lines
202 B
YAML
---
|
|
|
|
- name: timedatectl
|
|
command: timedatectl set-ntp true
|
|
|
|
- name: update exportfs
|
|
shell: exportfs -rav
|
|
|
|
- name: restart collectd
|
|
ansible.builtin.service:
|
|
name: collectd
|
|
state: restarted
|