Just hardcode to bash
I'm not resetting my login shell again!
This commit is contained in:
parent
f156bd6860
commit
d693240eb4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
name: "{{ user }}"
|
||||
home: "{{ home }}"
|
||||
comment: Jake Howard
|
||||
shell: "{{ lookup('pipe','which bash') }}"
|
||||
shell: "/bin/bash"
|
||||
system: true
|
||||
become: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue