rolle dotfiles angepasst (#243)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#243 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
b9e9441ae7
commit
ed028af566
1 changed files with 0 additions and 12 deletions
|
@ -49,18 +49,6 @@
|
||||||
group: "{{ dotfiles_owner }}"
|
group: "{{ dotfiles_owner }}"
|
||||||
with_items: "{{ dotfiles_files }}"
|
with_items: "{{ dotfiles_files }}"
|
||||||
|
|
||||||
- name: add .bash_alias to .bashrc
|
|
||||||
ansible.builtin.lineinfile:
|
|
||||||
path: /home/{{ dotfiles_owner }}/.bashrc
|
|
||||||
line: "source {{ dotfiles_repo_path }}/.bash_aliases"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: add .bash_functions to .bashrc
|
|
||||||
ansible.builtin.lineinfile:
|
|
||||||
path: /home/{{ dotfiles_owner }}/.bashrc
|
|
||||||
line: "source {{ dotfiles_repo_path }}/.bash_functions"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: add .bash_extra to .bashrc
|
- name: add .bash_extra to .bashrc
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /home/{{ dotfiles_owner }}/.bashrc
|
path: /home/{{ dotfiles_owner }}/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue