mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix return types
We're now stricter on naming the return types. Replace string with str.
This commit is contained in:
parent
05c6ff79f9
commit
947c4300ee
6 changed files with 6 additions and 6 deletions
|
@ -168,7 +168,7 @@ type:
|
|||
curve:
|
||||
description: Elliptic curve used to generate the TLS/SSL private key
|
||||
returned: changed or success, and I(type) is C(ECC)
|
||||
type: string
|
||||
type: str
|
||||
sample: secp256k1
|
||||
filename:
|
||||
description: Path to the generated TLS/SSL private key file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue