create keepassxc config directory
This commit is contained in:
parent
0c18998a9e
commit
175572a38e
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
template:
|
||||
src: "{{ role_path }}/templates/Xresources.j2"
|
||||
dest: ~/.config/regolith2/Xresources
|
||||
- name: Create keepassxc config directory
|
||||
file:
|
||||
path: ~/.config/keepassxc
|
||||
state: directory
|
||||
- name: Install keepassxc.ini
|
||||
template:
|
||||
src: "{{ role_path }}/templates/keepassxc.ini.j2"
|
||||
|
|
Reference in a new issue