From 8f2aa0e3465fca61500f3576b9090689b816ae32 Mon Sep 17 00:00:00 2001 From: f Date: Sun, 19 Jun 2022 14:55:40 -0300 Subject: [PATCH] set permissions --- tasks/install.yml | 1 + 1 file changed, 1 insertion(+) 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"