Don't use which, use command -v instead

This commit is contained in:
Kenneth Benzie 2021-12-15 00:22:04 +00:00
parent 5e6ad90a98
commit b1129a164d

View File

@ -80,7 +80,7 @@
dest: ~/.local/bin/$
- name: zsh get absolute path
shell: which zsh
shell: command -v zsh
register: zsh
changed_when: false