Skip to content

Commit

Permalink
fix: correct dotfile installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 11, 2023
1 parent b7586ae commit e40b7cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
when: dotfiles_git_update.after != dotfiles_git_update.before
changed_when: dotfiles_git_update.after != dotfiles_git_update.before

- name: Install zsh
become: false
ansible.builtin.shell: "{{ dotfiles_home }}/start.sh zsh"
when: dotfiles_git_update.after != dotfiles_git_update.before
changed_when: dotfiles_git_update.after != dotfiles_git_update.before

- name: Change user shell to zsh
become: true
ansible.builtin.user:
Expand Down

0 comments on commit e40b7cb

Please sign in to comment.