Add debian common role
This commit is contained in:
7
common-debian/templates/var/home/user/bash_logout.j2
Executable file
7
common-debian/templates/var/home/user/bash_logout.j2
Executable file
@ -0,0 +1,7 @@
|
||||
# BLSE 2.x bash_logout file
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# when leaving the console clear the screen to increase privacy
|
||||
if [ "$SHLVL" = 1 ]; then
|
||||
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||||
fi
|
Reference in New Issue
Block a user