fix wrong quotes
This commit is contained in:
parent
aca67c8151
commit
8f1a28dd2f
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Set current unifi version
|
- name: Set current unifi version
|
||||||
set_fact:
|
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:
|
- block:
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user