forked from data.coop/ansible
Add shell to users
This commit is contained in:
parent
5ae78bcd17
commit
2966e6715b
|
@ -6,7 +6,8 @@
|
|||
comment: "{{ item.comment }}"
|
||||
password: "{{ item.password }}"
|
||||
groups: "{{ item.groups }}"
|
||||
update_password: "always"
|
||||
update_password: always
|
||||
shell: /bin/bash
|
||||
loop: "{{ users | default([]) }}"
|
||||
|
||||
- name: "Add ssh authorized_keys"
|
||||
|
|
Loading…
Reference in a new issue