Don't use which, use command -v instead
This commit is contained in:
parent
5e6ad90a98
commit
b1129a164d
@ -80,7 +80,7 @@
|
||||
dest: ~/.local/bin/$
|
||||
|
||||
- name: zsh get absolute path
|
||||
shell: which zsh
|
||||
shell: command -v zsh
|
||||
register: zsh
|
||||
changed_when: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user