diff --git a/tasks/install.yml b/tasks/install.yml index 6c07087..8a90337 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,7 +1,7 @@ --- - name: Set current unifi version set_fact: - unifi_current_version: "{{ ansible_local.unifi.version | default ("0.0.0")}}" + unifi_current_version: "{{ ansible_local.unifi.version | default ('0.0.0')}}" - block: - name: Install requirements