Access rights logrotate.conf set to 644

This commit is contained in:
Ansible Admin 2018-07-03 21:20:16 +02:00
parent f687accec3
commit f953a01b84

View File

@ -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