rdu3: fix ps1
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0442382c59
commit
835a7156c1
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
# Set PS1 based on env
|
||||
#
|
||||
[[ $- =~ i ]] && PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD-IAD2]\[$(tput sgr0)\]\\$ \[\]"
|
||||
[[ $- =~ i ]] && PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD-RDU3]\[$(tput sgr0)\]\\$ \[\]"
|
||||
|
|
|
@ -603,7 +603,7 @@
|
|||
- name: Set PS1 for prod rdu3 in /etc/profile.d
|
||||
ansible.builtin.copy: >
|
||||
src=setprodrdu3ps1.sh
|
||||
dest="/etc/profile.d/setprodrud3ps1.sh"
|
||||
dest="/etc/profile.d/setprodrdu3ps1.sh"
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue