xoxys.zigbee2mqtt/tasks/post_tasks.yml
Robert Kaussow 5c62560d1a
Some checks failed
continuous-integration/drone/push Build is failing
fix quoting
2019-08-08 17:30:03 +02:00

16 lines
334 B
YAML

---
- block:
- name: Ensure zigbee2mqtt service is up and running
systemd:
state: started
daemon_reload: yes
enabled: yes
name: zigbee2mqtt
# - name: Delete backup data directory
# file:
# path: "/tmp/zigbee_data"
# state: absent
become: True
become_user: root