Explicit permissions
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -12,8 +12,16 @@
|
||||
file:
|
||||
path: '.config/'
|
||||
state: directory
|
||||
owner: '{{ user.name }}'
|
||||
group: '{{ user.name }}'
|
||||
mode: 0700
|
||||
become_user: '{{ user.name }}'
|
||||
|
||||
- name: Install default applications configuration file
|
||||
template:
|
||||
src: 'mimeapps.list.j2'
|
||||
dest: '.config/mimeapps.list'
|
||||
owner: '{{ user.name }}'
|
||||
group: '{{ user.name }}'
|
||||
mode: 0644
|
||||
become_user: '{{ user.name }}'
|
||||
|
@ -15,4 +15,3 @@ application/x-extension-xhtml=firefox.desktop
|
||||
application/x-extension-xht=firefox.desktop
|
||||
application/pdf=org.pwmt.zathura.desktop
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user