diff --git a/tasks/install.yml b/tasks/install.yml index 34cc6c2..1f72169 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -53,6 +53,7 @@ template: src: "templates/etc/resolv.conf.j2" dest: "/mnt/etc/resolv.conf" + mode: "644" - name: "Set hostname." template: src: "templates/etc/hostname.j2"