summaryrefslogtreecommitdiff
path: root/roles/vm/host
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-10 23:42:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-10 23:42:23 +0200
commitc9df5dcce462af13685236bf7a1d4dd896b1406b (patch)
tree8b7ed8bd765bb1a3a338bb4f587665b439d6b24d /roles/vm/host
parentopenbsd installer: move to single version per invocation (diff)
major refactoring of installer roles
Diffstat (limited to 'roles/vm/host')
-rw-r--r--roles/vm/host/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/vm/host/tasks/main.yml b/roles/vm/host/tasks/main.yml
index 390016a2..4c29970d 100644
--- a/roles/vm/host/tasks/main.yml
+++ b/roles/vm/host/tasks/main.yml
@@ -43,11 +43,11 @@
- name: mount filesytem
mount:
src: "/dev/mapper/{{ installer_lvm.vg | replace('-', '--') }}-{{ installer_lvm.lv | replace('-', '--') }}"
- path: "{{ installer_path }}"
+ path: "{{ installer_base_path }}"
fstype: "{{ installer_lvm.fs }}"
state: mounted
- name: make sure installer directory exists
file:
- name: "{{ installer_path }}"
+ name: "{{ installer_base_path }}"
state: directory