summaryrefslogtreecommitdiff
path: root/roles/bash/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bash/tasks/main.yml')
-rw-r--r--roles/bash/tasks/main.yml18
1 files changed, 2 insertions, 16 deletions
diff --git a/roles/bash/tasks/main.yml b/roles/bash/tasks/main.yml
index 6d61ed3..7a09047 100644
--- a/roles/bash/tasks/main.yml
+++ b/roles/bash/tasks/main.yml
@@ -5,21 +5,7 @@
state: present
- name: Configure bash for Dmitry Ilvokhin
- ansible.builtin.template:
- src: misc/dotfiles/bashrc.j2
- dest: /home/d/.bashrc
- owner: d
- group: d
- mode: u+rw,g+r,o+r
- tags:
- - dotfiles
-
-- name: Add bash_profile for Dmitry Ilvokhin
- ansible.builtin.copy:
- src: misc/dotfiles/bash_profile
- dest: /home/d/.bash_profile
- owner: d
- group: d
- mode: u+rw,g+r,o+r
+ ansible.builtin.include_role:
+ name: bashrc
tags:
- dotfiles