diff --git a/ansible/roles/common/tasks/user.yml b/ansible/roles/common/tasks/user.yml index 32a16fe..8bf68cf 100644 --- a/ansible/roles/common/tasks/user.yml +++ b/ansible/roles/common/tasks/user.yml @@ -3,7 +3,7 @@ name: "{{ user }}" home: "{{ home }}" comment: Jake Howard - shell: "{{ lookup('pipe','which bash') }}" + shell: "/bin/bash" system: true become: true