You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
__init__.py package files 10 years ago
command.py Suggest using uri if curl is detected 9 years ago
raw.py Add example of using non-posix shellisms to raw and shell 9 years ago
script.py Add missing GPLv3 License header 9 years ago
shell.py Added some documentation for the shell return values 9 years ago