mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
added missing checksum alias
This commit is contained in:
parent
0b49f956ce
commit
69b0e39220
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
choices: [ 'sha1', 'sha224', 'sha256', 'sha384', 'sha512' ]
|
choices: [ 'sha1', 'sha224', 'sha256', 'sha384', 'sha512' ]
|
||||||
default: sha1
|
default: sha1
|
||||||
aliases: [ 'checksum_algo' ]
|
aliases: [ 'checksum_algo', 'checksum' ]
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
mime:
|
mime:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue