Specify mbs uid and gid

This commit is contained in:
Jakub Kadlčík 2017-01-25 02:35:47 +01:00 committed by Miroslav Suchý
parent ad219dc2d3
commit 8c98385fb0

View file

@ -66,12 +66,11 @@
# Create user and group for mbs
# @TODO use gid= and uid=
- name: Create group for mbs-frontend
group: name=mbs state=present
group: name=mbs state=present gid=1002
- name: Create user for mbs-frontend
user: name=mbs group=mbs
user: name=mbs group=mbs uid=1002