fix block

This commit is contained in:
Robert Kaussow 2018-07-11 23:14:07 +02:00
parent 6c2f1b50a7
commit bc18afa7af
1 changed files with 4 additions and 2 deletions

View File

@ -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: