summaryrefslogtreecommitdiff
path: root/spreadspace/vm-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-01 20:19:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-01 20:19:56 +0100
commitd90144d2190009f8bd121cb8f773a9209500f034 (patch)
tree2d258279d2179afc58fd91c741e0b5fa56246c9f /spreadspace/vm-install.yml
parentMerge branch 'topic/revamp-openwrt-imag-gen' (diff)
in-place variable cooking
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 7d8e7320..7db00cba 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -4,8 +4,8 @@
gather_facts: no
tasks:
- set_fact:
- install_cooked: "{{ install }}"
- network_cooked: "{{ network }}"
- vm_host_cooked: "{{ vm_host }}"
+ install: "{{ install }}"
+ network: "{{ network }}"
+ vm_host: "{{ vm_host }}"
- import_playbook: ../common/vm-install.yml