ansible/commands
Michael Scherer b5ef21ef89 Suggest using uri if curl is detected
Some people use the command module to run curl not to
download file, but to interact with remote HTTP api, and the
get_url suggestion is not suitable. So adding uri in the warning
would give a more meaningful warning.

Suggested by Tahvok on #ansible irc channel.
2016-04-19 20:00:02 +02:00
..
__init__.py
command.py Suggest using uri if curl is detected 2016-04-19 20:00:02 +02:00
raw.py
script.py
shell.py