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.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index 7db00cba..da6a29a5 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/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