ansible-role-rust icon indicating copy to clipboard operation
ansible-role-rust copied to clipboard

[WARNING]: Consider using the get_url or uri module rather than running 'curl'.

Open pattrickrice opened this issue 4 years ago • 0 comments

Received the following while running the role:

TASK [fubarhouse.rust : Rust | Install] *****************************************************************
[WARNING]: Consider using the get_url or uri module rather than running 'curl'.  If you need to use
command because get_url or uri is insufficient you can add 'warn: false' to this command task or set
'command_warnings=False' in ansible.cfg to get rid of this message.

This isn't a blocking warning, but seems like something that should be fixed.

pattrickrice avatar May 05 '20 05:05 pattrickrice