Update minimize_access.yml

This commit is contained in:
Sebastian Gumprich 2017-08-06 22:12:26 +02:00 committed by Sebastian Gumprich
parent e879831819
commit e1395fb2f2

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/shadow'
owner: '{{ os_shadow_perms.owner }}'