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