Hullo
I’m guessing that it’s the first item
I’m downloading files using curl over a flakey link. Ansible doesn’t like curl and warns:
[WARNING]: Consider using get_url or uri module rather than running curl
However, to cope with the flakey link, I’m using the -C -
flag with curl. I cannot see where either get_url
or uri
makes this functionality available.
Am I missing something or do I file a bug?
regards
tim