ansible/dashboard: rename bash_login into bash_profile
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.