From d8a7729358a2fd3b911022e45d0197fda3e5da94 Mon Sep 17 00:00:00 2001 From: boom2 Date: Fri, 8 Dec 2023 14:12:33 -0500 Subject: - add exeriments for: - roles - variables - inventory changes - config changes --- home/.ansible/roles/bash_config_old/files/.bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 home/.ansible/roles/bash_config_old/files/.bash_profile (limited to 'home/.ansible/roles/bash_config_old/files/.bash_profile') diff --git a/home/.ansible/roles/bash_config_old/files/.bash_profile b/home/.ansible/roles/bash_config_old/files/.bash_profile new file mode 100644 index 0000000..a6c2023 --- /dev/null +++ b/home/.ansible/roles/bash_config_old/files/.bash_profile @@ -0,0 +1,3 @@ +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi -- cgit v1.2.3-54-g00ecf