From 89d8ac32c4c75f197e6f3e71582b7e8012f438d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Fri, 19 May 2017 22:32:22 +0200 Subject: [PATCH] Non octal notation When permissions octal notation doesn't begin with 0, prefer the text notation. --- evolinux-base/tasks/system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolinux-base/tasks/system.yml b/evolinux-base/tasks/system.yml index d6733944..0e80ad85 100644 --- a/evolinux-base/tasks/system.yml +++ b/evolinux-base/tasks/system.yml @@ -4,7 +4,7 @@ file: path: /tmp state: directory - mode: "1777" + mode: "u=rwx,g=rwx,o=rwxt" when: evolinux_system_chmod_tmp - name: Setting default locales