Added bashrc routines

This commit is contained in:
2025-02-20 14:22:08 +01:00
parent 439072c6b1
commit 5b40fe1740
7 changed files with 86 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
- name: create .bashrc
template:
src: "bashrc.j2"
dest: "/home/{{user_name}}/.bashrc"
owner: {{user_name}}
group: {{user_name}}