summaryrefslogtreecommitdiff
path: root/roles/openwrt/image/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openwrt/image/tasks/main.yml')
-rw-r--r--roles/openwrt/image/tasks/main.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/roles/openwrt/image/tasks/main.yml b/roles/openwrt/image/tasks/main.yml
index c029f4c7..e019bf6f 100644
--- a/roles/openwrt/image/tasks/main.yml
+++ b/roles/openwrt/image/tasks/main.yml
@@ -1,11 +1,12 @@
---
-- include: fetch.yml
- run_once: true
+- name: fetch imagebuilder
when: openwrt_imgbuilder_tarball is not defined
+ run_once: true
+ import_tasks: fetch.yml
- name: build the image
block:
- - include: prepare.yml
+ - import_tasks: prepare.yml
- name: Create the output directory for built images
file: