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 package files 2014-09-26 11:05:47 -04:00
command.py Suggest using uri if curl is detected 2016-04-19 20:00:02 +02:00
raw.py Add example of using non-posix shellisms to raw and shell 2016-02-03 13:09:25 -08:00
script.py Add missing GPLv3 License header 2015-07-03 22:57:53 -05:00
shell.py Added some documentation for the shell return values 2016-02-25 10:42:54 +01:00