use bash as default shell
This commit is contained in:
parent
08477a4962
commit
6835593fc3
@ -3,6 +3,7 @@
|
|||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: service-user
|
name: service-user
|
||||||
comment: Service user
|
comment: Service user
|
||||||
|
shell: /bin/bash
|
||||||
|
|
||||||
- name: "Update authorized_keys of tormakris"
|
- name: "Update authorized_keys of tormakris"
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
|
Loading…
Reference in New Issue
Block a user