summaryrefslogtreecommitdiff
path: root/dan/iso-generate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/iso-generate.yml')
-rw-r--r--dan/iso-generate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dan/iso-generate.yml b/dan/iso-generate.yml
index 2f0c8345..59a077ae 100644
--- a/dan/iso-generate.yml
+++ b/dan/iso-generate.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-generate.yml