From 5f8bb74c48935b1c2ca3f232cc8dd2cd241c6ab6 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Sat, 28 Sep 2024 18:53:00 -0400 Subject: [PATCH] bash_profile !exist on most systems --- install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/install.yml b/install.yml index 0b2636c..6b7bf4a 100644 --- a/install.yml +++ b/install.yml @@ -40,7 +40,6 @@ dest: "/home/{{ansible_user_id}}/{{item}}.bak" loop: - ".bashrc" - - ".bash_profile" when: ansible_user_id != "root" - name: delete old configs