Updates to many roles, including main user role to allow setting an alternate home directory
This commit is contained in:
@@ -15,5 +15,6 @@
|
||||
groups: '{{ user_groups }}'
|
||||
password: "{{ users[user]['password'] }}"
|
||||
update_password: always
|
||||
home: "{{ home }}"
|
||||
create_home: "{{ create_home | default('yes') }}"
|
||||
shell: "{{ shell | default('/bin/bash') }}"
|
||||
|
||||
Reference in New Issue
Block a user