1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add UID to user module documentation

This commit is contained in:
Peter Sankauskas 2012-05-03 10:47:27 -07:00
parent 7d228c5198
commit 01576f9447

View file

@ -511,6 +511,10 @@ Creates user accounts, manipulates existing user accounts, and removes user acco
* Optionally sets the description of the user
*uid*:
* optional uid to set for the user
*group*:
* Optionally sets the user's primary group, takes a group name.