We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e365f05 commit 2df3996Copy full SHA for 2df3996
xmpp2/auth.yml
@@ -25,7 +25,7 @@
25
- name: Ensure a user exists and can SSH into the machine
26
ansible.builtin.user:
27
name: '{{ user.name }}'
28
- shell: /bin/sh
+ shell: /bin/bash
29
groups: ['sudo', 'sshuser']
30
append: true
31
home: '/home/{{ user.name }}'
0 commit comments