summaryrefslogtreecommitdiff
path: root/spreadspace/vm-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spreadspace/vm-install.yml')
-rw-r--r--spreadspace/vm-install.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml
index b6a69b67..7d8e7320 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -1,5 +1,5 @@
---
-- name: cook variables for guest
+- name: cook variables for host
hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
@@ -8,11 +8,4 @@
network_cooked: "{{ network }}"
vm_host_cooked: "{{ vm_host }}"
-- name: cook variables for host
- hosts: "{{ hostvars[install_hostname].vm_host.name }}"
- gather_facts: no
- tasks:
- - set_fact:
- vm_host_cooked: "{{ vm_host }}"
-
- import_playbook: ../common/vm-install.yml