mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Fix name param. Remove logging. (#34881)
This commit is contained in:
parent
32997a5160
commit
6a75c1a138
2 changed files with 1 additions and 8 deletions
|
@ -44,7 +44,7 @@ DOCUMENTATION = """
|
|||
- Use to specify an object model. If I(resource definition) is provided, the I(kind) from a
|
||||
I(resource_definition) will override this option.
|
||||
required: true
|
||||
name:
|
||||
resource_name:
|
||||
description:
|
||||
- Fetch a specific object by name. If I(resource definition) is provided, the I(metadata.name) value
|
||||
from the I(resource_definition) will override this option.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue