summaryrefslogtreecommitdiff
path: root/roles/vm-install/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-14 00:44:55 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-14 00:44:55 +0100
commit9f527c500e092bc17fd63403a86822d7f19fdc04 (patch)
treea7009d03240a3fc9807daca0a4b6e51cafdee2c8 /roles/vm-install/tasks
parentinstall htoprc and disable installation of recommends (diff)
improve handling of dummy lvm volume
Diffstat (limited to 'roles/vm-install/tasks')
-rw-r--r--roles/vm-install/tasks/main.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/vm-install/tasks/main.yaml b/roles/vm-install/tasks/main.yaml
index a59e6fe2..22a6a351 100644
--- a/roles/vm-install/tasks/main.yaml
+++ b/roles/vm-install/tasks/main.yaml
@@ -121,10 +121,3 @@
- name: reenable StrictHostKeyChecking
set_fact:
ansible_ssh_extra_args: ""
-
-- name: remove dummy logical volume
- lvol:
- vg: "{{ inventory_hostname }}"
- lv: dummy
- state: absent
- force: yes