Include shutdown and reboot paths for common users.
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
- name: General | Account Management | Users | Files | Profile Variables
|
||||
set_fact:
|
||||
export_path_additions: export PATH="$HOME/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH"
|
||||
export_shutdown_path: export PATH="$PATH:/sbin/shutdown:/usr/sbin/shutdown:/sbin/reboot:/usr/sbin/reboot"
|
||||
#export_terminal: export TERMINAL="alacritty" # colors look weird.
|
||||
export_terminal: export TERMINAL="kitty"
|
||||
keyboard_settings: setxkbmap -layout us -variant altgr-intl
|
||||
@@ -1121,6 +1122,7 @@
|
||||
set_fact:
|
||||
profile_common: |
|
||||
{{ export_path_additions }}
|
||||
{{ export_shutdown_path }}
|
||||
{{ export_terminal }}
|
||||
{{ keyboard_settings}}
|
||||
rc_common: |
|
||||
|
||||
Reference in New Issue
Block a user