fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-04 22:58:26 +02:00
parent 5a69f22191
commit aaf5a3c2e7
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
- name: Converge
hosts: all
roles:
- role: xoxys.mongodb
- role: xoxys.unifi

View File

@ -28,7 +28,7 @@
- name: Cleanup
file:
path: /tmp/UniFi.unix.zip
state:
state: absent
when: unifi_version is version(unifi_current_version, ">") or unifi_current_version is version('0.0.0', "=")
become: True
become_user: "{{ unifi_user }}"