This task generates a simple manifest file with optional checksums.
Table B.36: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
salt
|
String
| Salt to use when generating checksums. | n/a | No |
checksum
|
String
| Comma separated list of checksums (hashing algorithms) to run, or false to
disable checksum generation. Possible values are md5 ,
crc32 or any of the algorithms returned by
hash_algos().
| false | No |
file
|
String
| The path to the manifest file. | n/a | Yes. |