mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
choices: [ 'sha1', 'sha224', 'sha256', 'sha384', 'sha512' ]
|
||||
default: sha1
|
||||
aliases: [ 'checksum_algo' ]
|
||||
aliases: [ 'checksum_algo', 'checksum' ]
|
||||
version_added: "2.0"
|
||||
mime:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue