Skip to content

ansible/dashboard: rename bash_login into bash_profile

Martin Roukala requested to merge dashboard_fixup into master

When both bash_profile and bash_login exist, bash will run the former rather than the latter. This is problematic because fedora installs a bash_profile.

Fix it by overriding Fedora's bash_profile with ours.

Merge request reports