Use which to get path to bash
This commit is contained in:
parent
59868fc331
commit
f156bd6860
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
name: "{{ user }}"
|
||||
home: "{{ home }}"
|
||||
comment: Jake Howard
|
||||
shell: /usr/bin/bash
|
||||
shell: "{{ lookup('pipe','which bash') }}"
|
||||
system: true
|
||||
become: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue