create keepassxc config directory

This commit is contained in:
Pim Kunis 2022-12-02 21:05:32 +01:00
parent 0c18998a9e
commit 175572a38e

View file

@ -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"