Use which to get path to bash

This commit is contained in:
Jake Howard 2020-05-09 21:06:03 +01:00
parent 59868fc331
commit f156bd6860
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

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