install keepassxc.ini
install syncthing
This commit is contained in:
parent
a7cad08237
commit
0c18998a9e
4 changed files with 48 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
- nextcloud-desktop
|
||||
- tree
|
||||
- wireshark
|
||||
- syncthing
|
||||
- name: Install .gitconfig
|
||||
template:
|
||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||
|
@ -31,3 +32,7 @@
|
|||
template:
|
||||
src: "{{ role_path }}/templates/Xresources.j2"
|
||||
dest: ~/.config/regolith2/Xresources
|
||||
- name: Install keepassxc.ini
|
||||
template:
|
||||
src: "{{ role_path }}/templates/keepassxc.ini.j2"
|
||||
dest: ~/.config/keepassxc/keepassxc.ini
|
||||
|
|
Reference in a new issue