remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -8,8 +8,8 @@
|
|||
| Parameter | Type | Default | Description |
|
||||
| --------------------- | ----------------- | ------- | ---------------------------------------------------------------------------------------- |
|
||||
| **dest** | string / required | - | A directory to save the file into. |
|
||||
| **fail_on_missing** | boolean | true | When set to `true`, the task will fail if the remote file cannot be read for any reason. |
|
||||
| **src** | string / required | - | The file on the remote system to fetch. This must be a file, not a directory. |
|
||||
| **fail_on_missing** | boolean | true | When set to `true`, the task will fail if the remote file cannot be read for any reason. |
|
||||
| **src** | string / required | - | The file on the remote system to fetch. This must be a file, not a directory. |
|
||||
| **validate_checksum** | boolean | true | Verify that the source and destination checksums match after the files are fetched. |
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue