mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 04:10:23 -07:00
Add attributes to package manager modules (#5954)
Add attributes to package manager modules.
This commit is contained in:
parent
3b97fad577
commit
3ec2fde2c6
48 changed files with 386 additions and 56 deletions
|
@ -26,6 +26,13 @@ notes:
|
|||
If that one also fails, the module will fail.
|
||||
requirements:
|
||||
- Ansible 2.9, ansible-base 2.10, or ansible-core 2.11 or newer
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
type:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue