bash_extra ergänzt (#192)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#192 Co-authored-by: mg <mg@noreply.git.mgrote.net> Co-committed-by: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
137814c6ba
commit
9861d91446
1 changed files with 6 additions and 0 deletions
|
@ -60,3 +60,9 @@
|
|||
path: /home/{{ dotfiles_owner }}/.bashrc
|
||||
line: "source {{ dotfiles_repo_path }}/.bash_functions"
|
||||
state: present
|
||||
|
||||
- name: add .bash_extra to .bashrc
|
||||
ansible.builtin.lineinfile:
|
||||
path: /home/{{ dotfiles_owner }}/.bashrc
|
||||
line: "source {{ dotfiles_repo_path }}/.bash_extra"
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue