feat: add password for twirre user
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
name: "{{ item.name }}"
|
||||
shell: "{{ item.shell | default('/bin/bash') }}"
|
||||
groups: "{{ item.groups | default([]) }}"
|
||||
password: "{{ item.password | default(omit) }}"
|
||||
update_password: always
|
||||
append: true
|
||||
create_home: true
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user