From ed028af5667f5a38bc7925f715ae083f9e4b8756 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 12 Nov 2021 21:20:25 +0100 Subject: [PATCH] rolle dotfiles angepasst (#243) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/243 Co-authored-by: mg Co-committed-by: mg --- roles/mgrote.dotfiles/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/mgrote.dotfiles/tasks/main.yml b/roles/mgrote.dotfiles/tasks/main.yml index cd2d5b5c..5920409b 100644 --- a/roles/mgrote.dotfiles/tasks/main.yml +++ b/roles/mgrote.dotfiles/tasks/main.yml @@ -49,18 +49,6 @@ group: "{{ dotfiles_owner }}" 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 ansible.builtin.lineinfile: path: /home/{{ dotfiles_owner }}/.bashrc