mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-21 11:15:18 +01:00
Update system user (#41)
This commit is contained in:
parent
016e3cf392
commit
fddce28c29
@ -26,7 +26,8 @@
|
||||
user:
|
||||
name: "{{ minio_user }}"
|
||||
group: "{{ minio_group }}"
|
||||
shell: /bin/bash
|
||||
system: "yes"
|
||||
shell: "/usr/sbin/nologin"
|
||||
|
||||
- name: Create the Minio data storage directories
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user