First commit
This commit is contained in:
6
roles/system/tasks/bashrc.yml
Normal file
6
roles/system/tasks/bashrc.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: copy basic bashrc files
|
||||
copy:
|
||||
src: files/dotbashrc
|
||||
dest: /root/.bashrc
|
||||
owner: root
|
||||
group: root
|
Reference in New Issue
Block a user