diff --git a/tasks/install_move_logs.yml b/tasks/install_move_logs.yml index c432acfbb541ce953bde7bc16b7e8c6ea6b45c0c..b0e7266be2e27e667d7092a43a27b070304e46ef 100644 --- a/tasks/install_move_logs.yml +++ b/tasks/install_move_logs.yml @@ -23,7 +23,7 @@ ansible.builtin.template: src: "usr/local/lib/systemd/system/move_old_logs_@.service.j2" dest: "/usr/local/lib/systemd/system/move_old_logs_@.service" - mode: "0755" + mode: "0644" owner: "root" group: "root" notify: daemon-reload