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.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml
index 7db00cba..da6a29a5 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -4,8 +4,8 @@
gather_facts: no
tasks:
- set_fact:
- install: "{{ install }}"
- network: "{{ network }}"
- vm_host: "{{ vm_host }}"
+ install: "{{ install | default({}) }}"
+ network: "{{ network | default({}) }}"
+ vm_host: "{{ vm_host | default({}) }}"
- import_playbook: ../common/vm-install.yml