diff --git a/tasks/main.yml b/tasks/main.yml index ae71e81..fcc6362 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -69,6 +69,13 @@ dest: "{{ live_build_directory }}/config/package-lists/console-setup.list.chroot" when: live_build_serial_console == false +- name: resolvconf symlink + file: + src: /etc/resolvconf/run/resolv.conf + dest: "{{ live_build_directory }}/config/includes.chroot/etc/resolv.conf" + force: yes + state: link + - name: include custom packages template: src: custom.list.chroot.j2