Update system user (#41)

This commit is contained in:
Alexander Maslov 2019-12-17 08:25:27 +03:00 committed by Andrea Tosatto
parent 016e3cf392
commit fddce28c29
1 changed files with 2 additions and 1 deletions

View File

@ -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: