From bf5d2a4054261685266a34efea36a7b59a61576e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 3 Apr 2024 12:03:03 +0200 Subject: [PATCH] Fix the bashrc path for root. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 42085e3..f4c00a0 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -39,7 +39,7 @@ bash_etc_skel_file: /etc/skel/.bashrc bash_custom_skel_bashrc_file: files/skel_bashrc.sh bash_customize_root_bashrc: false bash_custom_root_bashrc_file: files/root_bashrc.sh -bash_root_bashrc_file: /etc/.bashrc +bash_root_bashrc_file: /root/.bashrc bash_customize_root_history_settings: false bash_custom_history_directory: /var/log/users_root_history bash_custom_history_settings_file: files/root_bashrc_history.sh