fix variable name

This commit is contained in:
Robert Kaussow 2018-07-08 19:55:44 +02:00
parent 0324db15d6
commit ef30e1691f
1 changed files with 2 additions and 2 deletions

View File

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