diff --git a/tasks/prepare_storage.yml b/tasks/prepare_storage.yml index 57081af..a5fe709 100644 --- a/tasks/prepare_storage.yml +++ b/tasks/prepare_storage.yml @@ -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