Change user mask for keepasssxc config
It was having issues reading it, for some reason
This commit is contained in:
parent
95a6cbb8b3
commit
a46a44adc5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
- name: Set KeepassXC configuration
|
- name: Set KeepassXC configuration
|
||||||
ini_file:
|
ini_file:
|
||||||
path: "{{ home }}/.config/keepassxc/keepassxc.ini"
|
path: "{{ home }}/.config/keepassxc/keepassxc.ini"
|
||||||
mode: 0600
|
mode: 0700
|
||||||
owner: "{{ user }}"
|
owner: "{{ user }}"
|
||||||
section: "{{ item.section }}"
|
section: "{{ item.section }}"
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
|
|
Loading…
Reference in a new issue