add modular bashrc
This commit is contained in:
parent
3391f67080
commit
04aba0d670
16 changed files with 49 additions and 21 deletions
1
roles/keepassxc/files/keepassxc.bashrc
Normal file
1
roles/keepassxc/files/keepassxc.bashrc
Normal file
|
@ -0,0 +1 @@
|
|||
export SSH_AUTH_SOCK="/tmp/ssh-agent.socket"
|
2
roles/keepassxc/meta/main.yml
Normal file
2
roles/keepassxc/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- role: bash
|
|
@ -29,3 +29,6 @@
|
|||
option: AuthSockOverride
|
||||
value: "{{ ssh_agent_socket }}"
|
||||
no_extra_spaces: true
|
||||
- name: Copy keepassxc.bashrc
|
||||
copy:
|
||||
src: "{{ role_path }}/files/keepassxc.bashrc"
|
||||
|
|
Reference in a new issue