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
|
||||
ini_file:
|
||||
path: "{{ home }}/.config/keepassxc/keepassxc.ini"
|
||||
mode: 0600
|
||||
mode: 0700
|
||||
owner: "{{ user }}"
|
||||
section: "{{ item.section }}"
|
||||
option: "{{ item.option }}"
|
||||
|
|
Loading…
Reference in a new issue