mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -103,23 +103,23 @@ RETURN = r'''
|
|||
cert_name:
|
||||
description: The name of the certificate that the user provided
|
||||
returned: created
|
||||
type: string
|
||||
type: str
|
||||
sample: cert1
|
||||
filename:
|
||||
description:
|
||||
- The name of the SSL certificate.
|
||||
returned: created
|
||||
type: string
|
||||
type: str
|
||||
sample: cert1.crt
|
||||
checksum:
|
||||
description: SHA1 checksum of the cert that was provided.
|
||||
returned: changed and created
|
||||
type: string
|
||||
type: str
|
||||
sample: f7ff9e8b7bb2e09b70935a5d785e0cc5d9d0abf0
|
||||
source_path:
|
||||
description: Path on BIG-IP where the source of the certificate is stored.
|
||||
returned: created
|
||||
type: string
|
||||
type: str
|
||||
sample: /var/config/rest/downloads/cert1.crt
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue