fix os3 setup

This commit is contained in:
Pim Kunis 2023-02-20 23:12:23 +01:00 committed by Gitea
parent f8bfe6742c
commit 0e9d93a7f3
4 changed files with 15 additions and 8 deletions

View file

@ -19,6 +19,11 @@
template:
src: "{{ role_path }}/templates/.gitconfig.j2"
dest: ~/.gitconfig
- name: Copy Xresources
copy:
src: "{{ role_path }}/files/Xresources"
dest: ~/.config/regolith2/Xresources
when: ansible_distribution == "Ubuntu"
- name: Create keepassxc config directory
file:
path: ~/.config/keepassxc