fix os3 setup
This commit is contained in:
parent
f8bfe6742c
commit
0e9d93a7f3
4 changed files with 15 additions and 8 deletions
|
@ -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
|
||||
|
|
Reference in a new issue