diff --git a/tasks/install.yml b/tasks/install.yml index 15b056a..e0466d9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -34,8 +34,10 @@ when: unifi_current_version is version_compare(unifi_version, ">") or unifi_current_version is version_compare('0.0.0', "=") - block: - - + - name: Remove data folder from new version + file: + path: "{{ unifi_base_dir }}/{{ unifi_current_version }}//UniFi/data" + state: absent become: True become_user: "{{ unifi_user }}" when: