From 343617502dc6fd41b5ceed77af3d25610d1d4adf Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Mon, 10 Aug 2020 14:38:09 -0300
Subject: [PATCH] Replace `host` to `user` in module ipauser on return value
 documentation.

---
 README-user.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README-user.md b/README-user.md
index 05872d97..0a7cc6a8 100644
--- a/README-user.md
+++ b/README-user.md
@@ -437,7 +437,7 @@ There are only return values if one or more random passwords have been generated
 
 Variable | Description | Returned When
 -------- | ----------- | -------------
-`host` | Host dict with random password. (dict) <br>Options: | If random is yes and user did not exist or update_password is yes
+`user` | User dict with random password. (dict) <br>Options: | If random is yes and user did not exist or update_password is yes
 &nbsp; | `randompassword` - The generated random password | If only one user is handled by the module
 &nbsp; | `name` - The user name of the user that got a new random password. (dict) <br> Options: <br> &nbsp; `randompassword` - The generated random password | If several users are handled by the module
 
-- 
GitLab