Skip to content

Commit

Permalink
Update system user (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
drakmail authored and atosatto committed Dec 17, 2019
1 parent 016e3cf commit fddce28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/install-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fddce28

Please sign in to comment.