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 }}"
|
dev: "/dev/mapper/{{ unifi_lvm_vg }}-{{ unifi_lvm_lv }}"
|
||||||
resizefs: True
|
resizefs: True
|
||||||
|
|
||||||
- name: Mount volume to '{{ unifi_storage_dbpath }}'
|
- name: Mount volume to '{{ unifi_base_dir }}'
|
||||||
mount:
|
mount:
|
||||||
path: "{{ unifi_storage_dbpath }}"
|
path: "{{ unifi_base_dir }}"
|
||||||
src: "/dev/mapper/{{ unifi_lvm_vg }}-{{ unifi_lvm_lv }}"
|
src: "/dev/mapper/{{ unifi_lvm_vg }}-{{ unifi_lvm_lv }}"
|
||||||
fstype: "{{ unifi_lvm_fstype }}"
|
fstype: "{{ unifi_lvm_fstype }}"
|
||||||
state: mounted
|
state: mounted
|
||||||
|
Loading…
Reference in New Issue
Block a user