diff --git a/install.yml b/install.yml index 82fe1b3..0b2636c 100644 --- a/install.yml +++ b/install.yml @@ -41,7 +41,7 @@ loop: - ".bashrc" - ".bash_profile" - when: "{{ansible_user_id}}" != "root" + when: ansible_user_id != "root" - name: delete old configs file: @@ -50,7 +50,7 @@ loop: - ".bashrc" - ".bash_profile" - when: "{{ansible_user_id}}" != "root" + when: ansible_user_id != "root" - name: link the dotfiles to users home directory command: