summaryrefslogtreecommitdiff
path: root/chaos-at-home/iso-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/iso-install.yml')
-rw-r--r--chaos-at-home/iso-install.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chaos-at-home/iso-install.yml b/chaos-at-home/iso-install.yml
index 0ae125a2..91dfca9e 100644
--- a/chaos-at-home/iso-install.yml
+++ b/chaos-at-home/iso-install.yml
@@ -4,7 +4,7 @@
gather_facts: no
tasks:
- set_fact:
- install_cooked: "{{ install }}"
- network_cooked: "{{ network }}"
+ install: "{{ install }}"
+ network: "{{ network }}"
- import_playbook: ../common/iso-install.yml