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