mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 11:20:22 -07: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:
parent
8de0221ae6
commit
ac6ac73276
73 changed files with 319 additions and 49 deletions
|
@ -16,6 +16,9 @@ short_description: Rretrieves information about applications installed with pipx
|
|||
version_added: 5.6.0
|
||||
description:
|
||||
- Retrieve details about Python applications installed in isolated virtualenvs using pipx.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
- community.general.attributes.info_module
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue