Skip to content

Commit

Permalink
fix: Setting correct zsh path on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 13, 2024
1 parent a611aae commit f1401d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
directory_mode: "0755"
force: true

- name: "ZSH | Set default terminal"
ansible.builtin.user:
name: "{{ host_user }}"
shell: /usr/bin/zsh
become: true

- name: "ZSH | Get private variables from Vault"
when: op_installed
ansible.builtin.import_tasks: vault.yml
Expand Down

0 comments on commit f1401d5

Please sign in to comment.