summaryrefslogtreecommitdiff
path: root/common/vm-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/vm-install.yml')
-rw-r--r--common/vm-install.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index 5084ba0b..ce438905 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -17,15 +17,10 @@
# TODO: add some more sanity checks
- - name: create temporary host group for vm host
- add_host:
- name: "{{ vm_host_cooked.name }}"
- inventory_dir: "{{ inventory_dir }}"
- group: _vmhost_
-
- name: basic installation
- hosts: _vmhost_
+ hosts: "{{ install_hostname }}"
+ gather_facts: no
roles:
- role: vm/guest/install