Add bashrc template for bash role
This commit is contained in:
5
roles/bash/tasks/main.yaml
Normal file
5
roles/bash/tasks/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: create ~/.bashrc file
|
||||
template:
|
||||
src: templates/bashrc
|
||||
dest: ~/.bashrc
|
||||
Reference in New Issue
Block a user