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:
|
template:
|
||||||
src: "{{ role_path }}/templates/Xresources.j2"
|
src: "{{ role_path }}/templates/Xresources.j2"
|
||||||
dest: ~/.config/regolith2/Xresources
|
dest: ~/.config/regolith2/Xresources
|
||||||
|
- name: Create keepassxc config directory
|
||||||
|
file:
|
||||||
|
path: ~/.config/keepassxc
|
||||||
|
state: directory
|
||||||
- name: Install keepassxc.ini
|
- name: Install keepassxc.ini
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/keepassxc.ini.j2"
|
src: "{{ role_path }}/templates/keepassxc.ini.j2"
|
||||||
|
|
Reference in a new issue