From 8f1a28dd2f281d4b3bfa394e4ce1e70ebe6010ee Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 8 Jul 2018 23:47:38 +0200 Subject: [PATCH] fix wrong quotes --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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