On Tuesday, January 15, 2019 at 3:27:55 PM UTC-5, goforawalktwice wrote:
>
> - win_get_url
>   - creates or creates_path
>   - creates_filehash (as above)
>   the idea here is not to download large installers (e.g. Ora 12c client 
> at 1.2GB) given already installed
>

creates or creates_path would be redundant, since you're already specifying 
a dest. The interface would preferably match get_url: checksum specifies 
the expected checksum and algorithm, the file isn't downloaded if dest 
already exists and has that checksum unless force is specified, if the 
downloaded file has a different checksum the module errors.
 

> *New modules*
> - win_filehash
>   - path - path to file for Get-FileHash
>   - algorithm - as per Get-FileHash - default to MD5
>

This is unnecessary; win_stat already supports getting the file hash.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to