From 16ebb1d6cacbe1c0de76dc2a688382daaf96f7d9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 28 Mar 2021 04:43:59 +0200 Subject: add network zone settings for GLT and playbooks for gateways --- roles/openwrt/image/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/openwrt/image/tasks') diff --git a/roles/openwrt/image/tasks/main.yml b/roles/openwrt/image/tasks/main.yml index 82a1c50d..c029f4c7 100644 --- a/roles/openwrt/image/tasks/main.yml +++ b/roles/openwrt/image/tasks/main.yml @@ -53,6 +53,12 @@ dest: "{{ openwrt_output_dir }}/build-stderr.log" - name: Delete the temporary build directory + when: not openwrt_keep_temporary_build_dir file: path: "{{ openwrt_imgbuilder_dir }}" state: absent + + - name: print temporary build directory information + when: openwrt_keep_temporary_build_dir + debug: + msg: "The temporary build directory has not been deleted, the path to the directory is: {{ openwrt_imgbuilder_dir }}" -- cgit v1.2.3