From d175f91826d402b9f8967b6b68ff328508eb1fa2 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 3 Jul 2016 21:11:49 +1200 Subject: [PATCH] Corrrected permissions applied to config files as created. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6b9b6fc..d7bd165 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -83,7 +83,7 @@ file: path: "{{item}}" state: touch - mode: u+rw,g+r,o+r + mode: o+rw,g+r,a+r with_items: - /etc/resolv.conf - /etc/hosts