From f953a01b84f33a5049ca56d929b782b51e62d568 Mon Sep 17 00:00:00 2001 From: Ansible Admin Date: Tue, 3 Jul 2018 21:20:16 +0200 Subject: [PATCH] Access rights logrotate.conf set to 644 --- install.sn.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sn.yml b/install.sn.yml index b7fd977..63fafcc 100644 --- a/install.sn.yml +++ b/install.sn.yml @@ -308,6 +308,11 @@ poll: 0 ignore_errors: true when: tunneldigger.changed + - file: + path: /etc/logrotate.conf + owner: root + group: root + mode: 0644 - name: Change root password user: name=root password={{ sn_rootpasswd }} - name: Wirte version information