summaryrefslogtreecommitdiff
path: root/roles/openwrt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-12-29 18:13:09 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-12-29 18:13:09 +0100
commit63dbb41d90a468a1d4c2ffa6bb514181f99671ce (patch)
treec26c7ad610b634fda36989fbff1d8154b6e7dca8 /roles/openwrt
parentadd sqm/cake config to ch-router (diff)
ws-only fix
Diffstat (limited to 'roles/openwrt')
-rw-r--r--roles/openwrt/image/tasks/prepare.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openwrt/image/tasks/prepare.yml b/roles/openwrt/image/tasks/prepare.yml
index 10e8a8b3..f685540c 100644
--- a/roles/openwrt/image/tasks/prepare.yml
+++ b/roles/openwrt/image/tasks/prepare.yml
@@ -98,7 +98,7 @@
- name: extract image builder tarball
environment: ### TODO: remove once this lands in ansible: https://github.com/ansible/ansible/pull/76542
LANGUAGE: en_US.utf8
- unarchive :
+ unarchive:
src: "{{ openwrt_download_dir }}/{{ openwrt_tarball_name }}"
remote_src: yes
dest: "{{ openwrt_imgbuilder_dir }}"