Update minimize_access.yml

This commit is contained in:
Sebastian Gumprich 2017-08-06 22:12:26 +02:00 committed by GitHub
parent 77fae2a742
commit 8bbd6f0f52

View file

@ -28,7 +28,7 @@
group: '{{ os_shadow_perms.group }}'
mode: '{{ os_shadow_perms.mode }}'
- name: change passwd ownership to root and mode to 0600 | os-03
- name: change passwd ownership to root and mode to 0644 | os-03
file:
dest: '/etc/passwd'
owner: '{{ os_passwd_perms.owner }}'