Change shell for users

This commit is contained in:
Sam A. 2023-04-21 00:53:02 +02:00
parent 5168c2fcf9
commit 9c819cfb69
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -6,6 +6,7 @@
comment: "{{ item.comment }}"
password: "{{ item.password }}"
groups: "{{ item.groups }}"
shell: /bin/bash
update_password: always
loop: "{{ users }}"