fix variable name

This commit is contained in:
Robert Kaussow 2018-07-08 19:55:44 +02:00
parent 0324db15d6
commit ef30e1691f

View File

@ -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