cosmetic changes
[noc.git] / ansible / roles / openwrt-image / tasks / main.yml
index f136f89..d182a5b 100644 (file)
@@ -1,3 +1,4 @@
+---
 - include: 00-fetch.yml
   when: openwrt_imgbuilder_tarball is not defined
 
 - block:
 #    - unarchive:
 #        copy: False
-#        src:  "{{ download_dir }}/{{ openwrt_tarball_name }}"
+#        src:  "{{ openwrt_download_dir }}/{{ openwrt_tarball_name }}"
 #        dest: "{{ openwrt_imgbuilder_dir }}"
 
     - name: Decompress the OpenWrt image builder
       command: >-
-        tar -xf  "{{ download_dir }}/{{ openwrt_tarball_name }}"
+        tar -xf  "{{ openwrt_download_dir }}/{{ openwrt_tarball_name }}"
             -C   "{{ openwrt_imgbuilder_dir     }}"
 
 #    - include: 02-prepare.yml