Many updates over time
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
password: "{{ users[user]['password'] }}"
|
||||
update_password: always
|
||||
home: "{{ home }}"
|
||||
create_home: "{{ create_home | default('yes') }}"
|
||||
shell: "{{ shell | default('/bin/bash') }}"
|
||||
create_home: "{{ create_home }}"
|
||||
shell: "{{ shell }}"
|
||||
|
||||
Reference in New Issue
Block a user