summaryrefslogtreecommitdiff
path: root/chaos-at-home/vm-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/vm-install.yml')
-rw-r--r--chaos-at-home/vm-install.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index b6a69b67..7d8e7320 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/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