diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-08-26 21:03:19 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-08-26 21:05:08 +0200 |
commit | fc3a429dc96d52a8923bebd1820d104a710213f9 (patch) | |
tree | ab9ebd81ca8284371ce02dc7bcf4f1f1fd878ae4 /roles/apps/etherpad-lite | |
parent | fix installer prompts (diff) |
improve zfs pool init support
Diffstat (limited to 'roles/apps/etherpad-lite')
-rw-r--r-- | roles/apps/etherpad-lite/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apps/etherpad-lite/tasks/main.yml b/roles/apps/etherpad-lite/tasks/main.yml index 105b89d9..caf53efd 100644 --- a/roles/apps/etherpad-lite/tasks/main.yml +++ b/roles/apps/etherpad-lite/tasks/main.yml @@ -19,7 +19,7 @@ - name: configure etherpad_lite base bath set_fact: - etherpad_lite_base_path: "{{ zfs_zpools[etherpad_lite_zfs.pool].mountpoint }}/{{ etherpad_lite_zfs.name }}" + etherpad_lite_base_path: "{{ zfs_pools[etherpad_lite_zfs.pool].mountpoint }}/{{ etherpad_lite_zfs.name }}" - name: create instance subdirectories |