Just hardcode to bash

I'm not resetting my login shell again!
This commit is contained in:
Jake Howard 2020-05-10 19:19:42 +01:00
parent f156bd6860
commit d693240eb4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,7 +3,7 @@
name: "{{ user }}"
home: "{{ home }}"
comment: Jake Howard
shell: "{{ lookup('pipe','which bash') }}"
shell: "/bin/bash"
system: true
become: true