fix variable name
This commit is contained in:
parent
0324db15d6
commit
ef30e1691f
@ -17,9 +17,9 @@
|
||||
dev: "/dev/mapper/{{ unifi_lvm_vg }}-{{ unifi_lvm_lv }}"
|
||||
resizefs: True
|
||||
|
||||
- name: Mount volume to '{{ unifi_storage_dbpath }}'
|
||||
- name: Mount volume to '{{ unifi_base_dir }}'
|
||||
mount:
|
||||
path: "{{ unifi_storage_dbpath }}"
|
||||
path: "{{ unifi_base_dir }}"
|
||||
src: "/dev/mapper/{{ unifi_lvm_vg }}-{{ unifi_lvm_lv }}"
|
||||
fstype: "{{ unifi_lvm_fstype }}"
|
||||
state: mounted
|
||||
|
Loading…
Reference in New Issue
Block a user