diff options
Diffstat (limited to 'spreadspace')
-rw-r--r-- | spreadspace/vm-install.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml index 4d42946f..dddfe279 100644 --- a/spreadspace/vm-install.yml +++ b/spreadspace/vm-install.yml @@ -6,7 +6,6 @@ - set_fact: install_cooked: "{{ install }}" network_cooked: "{{ network }}" - vm_host_cooked: "{{ vm_host }}" - name: cook variables for host hosts: "{{ hostvars[install_hostname].vm_host }}" |