From 7cb26dbc0afa8e539ae52d407a2daa02d02117f8 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Tue, 26 Sep 2017 23:20:00 +0000 Subject: [PATCH] resolvconf symlink --- tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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