Correct file permissions on keepass config dir
This commit is contained in:
parent
b14b6a06fe
commit
7cc1976e8a
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
|||
owner: "{{ user }}"
|
||||
mode: 0700
|
||||
|
||||
- file:
|
||||
state: directory
|
||||
recurse: true
|
||||
path: "{{ home }}/.config/keepassxc"
|
||||
owner: "{{ user }}"
|
||||
mode: 0700
|
||||
|
||||
- set_fact:
|
||||
keepassxc_config:
|
||||
- {section: General, option: "SSHAgent", value: "true"}
|
||||
|
|
Loading…
Reference in a new issue