summaryrefslogtreecommitdiff
path: root/roles/vm/host
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-26 23:25:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-26 23:25:02 +0100
commit74684fb93e26e2c9f37f699a84eb94acaf93c07a (patch)
treeb514b605b934a6ee074a200e75f918ba05ad109e /roles/vm/host
parentnextcloud: upgrade all instances and add occ script (diff)
parentbase role supports openbsd now too (diff)
Merge branch 'topic/openbsd-test'
Diffstat (limited to 'roles/vm/host')
-rw-r--r--roles/vm/host/tasks/main.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/roles/vm/host/tasks/main.yml b/roles/vm/host/tasks/main.yml
index ef349d4c..0e11da3d 100644
--- a/roles/vm/host/tasks/main.yml
+++ b/roles/vm/host/tasks/main.yml
@@ -43,10 +43,7 @@
fstype: "{{ installer_lvm.fs }}"
state: mounted
-- name: make sure installer directories exists
- loop:
- - "{{ installer_path }}"
- - "{{ preseed_path }}"
+- name: make sure installer directory exists
file:
- name: "{{ item }}"
+ name: "{{ installer_path }}"
state: directory