fix directory structure
This commit is contained in:
parent
cfe9358624
commit
7e7ce2bd40
3 changed files with 10 additions and 6 deletions
|
@ -30,3 +30,7 @@ UpperCase=true
|
|||
|
||||
[SSHAgent]
|
||||
Enabled=true
|
||||
|
||||
[Security]
|
||||
ClearClipboardTimeout=30
|
||||
ClearSearch=false
|
|
@ -26,15 +26,15 @@
|
|||
template:
|
||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||
dest: ~/.gitconfig
|
||||
- name: Install Regolith Xresources file
|
||||
template:
|
||||
src: "{{ role_path }}/templates/Xresources.j2"
|
||||
- name: Copy Xresources
|
||||
copy:
|
||||
src: "{{ role_path }}/files/Xresources"
|
||||
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"
|
||||
- name: Copy keepassxc.ini
|
||||
copy:
|
||||
src: "{{ role_path }}/files/keepassxc.ini"
|
||||
dest: ~/.config/keepassxc/keepassxc.ini
|
||||
|
|
Reference in a new issue