Add shell to users

This commit is contained in:
Sam A. 2023-10-04 21:44:37 +02:00
parent 5ae78bcd17
commit 2966e6715b
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 1 deletions

View File

@ -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"