Skip to content
Snippets Groups Projects
Unverified Commit 6aa1187c authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #341 from rjeffman/fix_ipauser_readme

Replace `host` to `user` in module ipauser on return value documentation
parents 048f9550 34361750
Branches
Tags
No related merge requests found
...@@ -437,7 +437,7 @@ There are only return values if one or more random passwords have been generated ...@@ -437,7 +437,7 @@ There are only return values if one or more random passwords have been generated
Variable | Description | Returned When 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; | `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 &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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment