From 88164e60fc37a08f46d46dbea661e9706857eb83 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 13 Apr 2019 22:31:34 +0000 Subject: [PATCH] error --- tasks/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/config.yaml b/tasks/config.yaml index 112680a..928ec3b 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -64,13 +64,13 @@ template: src: config/package-lists/desktop.list.chroot.j2 dest: "{{ live_build_directory }}/config/package-lists/desktop.list.chroot" - when: "{{ live_build_desktop }}" + when: live_build_desktop - name: include custom packages template: src: config/package-lists/custom.list.chroot.j2 dest: "{{ live_build_directory }}/config/package-lists/custom.list.chroot" - when: "{{ live_build_custom_packages is defined }}" + when: live_build_custom_packages is defined - name: debian-installer installer includes directory file: