summaryrefslogtreecommitdiff
path: root/dan/usb-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 /dan/usb-install.yml
parentMerge branch 'topic/revamp-openwrt-imag-gen' (diff)
in-place variable cooking
Diffstat (limited to 'dan/usb-install.yml')
-rw-r--r--dan/usb-install.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dan/usb-install.yml b/dan/usb-install.yml
index 04bf2594..ae948707 100644
--- a/dan/usb-install.yml
+++ b/dan/usb-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/usb-install.yml