1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-27 20:21:52 +03:00

Document attributes (_info and _facts modules for now) (#5481)

* Add attributes docs fragment.

* Use attributes for _info and _facts modules.
This commit is contained in:
Felix Fontein
2022-11-06 21:16:43 +01:00
committed by GitHub
parent 8de0221ae6
commit ac6ac73276
73 changed files with 319 additions and 49 deletions

View File

@ -14,6 +14,9 @@ module: pip_package_info
short_description: pip package information
description:
- Return information about installed pip packages
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
options:
clients:
description:
@ -24,7 +27,7 @@ options:
type: list
elements: path
requirements:
- The requested pip executables must be installed on the target.
- The requested pip executables must be installed on the target.
author:
- Matthew Jones (@matburt)
- Brian Coca (@bcoca)