Adjust this to use the group name, there's no gid argument

This commit is contained in:
Kevin Fenzi 2015-06-16 20:08:04 +00:00
parent 8f5e85f6b5
commit 66ef2391ca

View file

@ -8,7 +8,7 @@
- planet_server
- name: add planet user
user: name=planet-user uid=104 gid=104 home=/srv/planet comment="People Planet Eater" createhome=yes system=yes shell=/bin/bash
user: name=planet-user uid=104 group=planet-user home=/srv/planet comment="People Planet Eater" createhome=yes system=yes shell=/bin/bash
tags:
- planet_server