fileserver smb: set user shell explicit
This commit is contained in:
parent
563223e182
commit
0b94bc0d96
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
state: "{{ item.state | default('present') }}"
|
||||
remove: "{{ item.remove_dir | default('false') }}"
|
||||
create_home: false
|
||||
shell: /usr/sbin/nologin
|
||||
loop: "{{ smb_users }}"
|
||||
no_log: "{{ no_debug | default('true') }}"
|
||||
notify: set samba passwords
|
||||
|
|
Loading…
Add table
Reference in a new issue