Change shell for users
This commit is contained in:
parent
5168c2fcf9
commit
9c819cfb69
|
@ -6,6 +6,7 @@
|
|||
comment: "{{ item.comment }}"
|
||||
password: "{{ item.password }}"
|
||||
groups: "{{ item.groups }}"
|
||||
shell: /bin/bash
|
||||
update_password: always
|
||||
loop: "{{ users }}"
|
||||
|
||||
|
|
Reference in a new issue