Explicit permissions
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -4,9 +4,10 @@
|
||||
template:
|
||||
src: '{{ item.src }}.j2'
|
||||
dest: '/etc/{{ item.src }}'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '{{ item.mode }}'
|
||||
with_items:
|
||||
- { src: 'sudoers', mode: '0440' }
|
||||
- { src: 'sudoers.lecture', mode: '0644' }
|
||||
become: yes
|
||||
|
||||
|
Reference in New Issue
Block a user