initial upload
This commit is contained in:
11
bash-prompt.yml
Normal file
11
bash-prompt.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
|
||||
- name: change bash promp and color
|
||||
copy: src={{ item.src }} dest={{ item.dest }}
|
||||
with_items:
|
||||
- {src: 'bashrc', dest: '/root/.bashrc'}
|
||||
- {src: 'bashrc', dest: '/home/sebastian/.bashrc'}
|
||||
Reference in New Issue
Block a user