file_push
Copy files, directories, or glob patterns from the host to a VMware guest and verify with SHA-256.
Instructions
Copy a file, directory or glob from the host into the guest and verify it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name as registered in vms.yaml | |
| local | Yes | Host file, directory or glob (absolute path) | |
| remote | Yes | Guest path; a directory when local is several files | |
| verify | No | Compare SHA-256 after the copy |