Skip to content

Commit 2df3996

Browse files
committed
(#39) xmpp2: let the default shell be Bash
1 parent e365f05 commit 2df3996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmpp2/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Ensure a user exists and can SSH into the machine
2626
ansible.builtin.user:
2727
name: '{{ user.name }}'
28-
shell: /bin/sh
28+
shell: /bin/bash
2929
groups: ['sudo', 'sshuser']
3030
append: true
3131
home: '/home/{{ user.name }}'

0 commit comments

Comments
 (0)