diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index e03a8cb..9a21eef 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -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"