Browse Source

error

master
parent
commit
88164e60fc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/config.yaml

+ 2
- 2
tasks/config.yaml View File

@@ -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:


Loading…
Cancel
Save