From cd5abf924c8e45671359338c961f66e58eb9ccde Mon Sep 17 00:00:00 2001 From: Masaya-A <68965261+Masaya-A@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:31:15 +0900 Subject: [PATCH] To make log rotation working --- salt/playbook/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/playbook/init.sls b/salt/playbook/init.sls index dca898eec..3a080ee7d 100644 --- a/salt/playbook/init.sls +++ b/salt/playbook/init.sls @@ -62,7 +62,7 @@ query_updatepluginurls: playbooklogdir: file.directory: - name: /opt/so/log/playbook - - dir_mode: 775 + - dir_mode: 755 - user: 939 - group: 939 - makedirs: True @@ -118,4 +118,4 @@ playbook_state_not_allowed: test.fail_without_changes: - name: playbook_state_not_allowed -{% endif %} \ No newline at end of file +{% endif %}