add modular bashrc

This commit is contained in:
Pim Kunis 2023-03-04 14:28:09 +01:00
parent 3391f67080
commit 04aba0d670
16 changed files with 49 additions and 21 deletions

View file

@ -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"