delete backup folder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-03-09 17:09:38 +01:00
parent 7d5f23cccc
commit 989f79c35e

View File

@ -41,6 +41,12 @@
delegate_to: "{{ inventory_hostname }}" delegate_to: "{{ inventory_hostname }}"
when: __zigbee_datadir.stat.exists when: __zigbee_datadir.stat.exists
- name: Delete backup data directory
file:
path: "/tmp/zigbee_data"
state: absent
when: __zigbee2mqtt_install.changed
- name: Delete existing node_modules folder - name: Delete existing node_modules folder
file: file:
path: "{{ zigbee2mqtt_base_dir }}/node_modules" path: "{{ zigbee2mqtt_base_dir }}/node_modules"