summaryrefslogtreecommitdiff
path: root/dan/vm-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/vm-install.yml')
-rw-r--r--dan/vm-install.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/dan/vm-install.yml b/dan/vm-install.yml
index cf19d046..b6a69b67 100644
--- a/dan/vm-install.yml
+++ b/dan/vm-install.yml
@@ -6,9 +6,10 @@
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
+ vm_host_cooked: "{{ vm_host }}"
- name: cook variables for host
- hosts: "{{ hostvars[install_hostname].install.vm.host }}"
+ hosts: "{{ hostvars[install_hostname].vm_host.name }}"
gather_facts: no
tasks:
- set_fact: