fix path
This commit is contained in:
parent
22b37fb48f
commit
18df9b6ad9
@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
- name: Set current version to custom fact
|
- name: Set current version to custom fact
|
||||||
template:
|
template:
|
||||||
src: etc/ansible/fact.d/unifi.json.j2
|
src: etc/ansible/facts.d/unifi.json.j2
|
||||||
dest: /etc/ansible/fact.d/unifi.json
|
dest: /etc/ansible/facts.d/unifi.json
|
||||||
when: unifi_current_version is version_compare(unifi_version, ">") or unifi_current_version is version_compare('0.0.0', "=")
|
when: unifi_current_version is version_compare(unifi_version, ">") or unifi_current_version is version_compare('0.0.0', "=")
|
||||||
become: True
|
become: True
|
||||||
|
Loading…
Reference in New Issue
Block a user