vanhempi
commit
88164e60fc
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      tasks/config.yaml

+ 2
- 2
tasks/config.yaml Näytä tiedosto

@@ -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…
Peruuta
Tallenna