community.general/lib/ansible/modules/commands
Toshio Kuratomi 283205d7b3 We've changed run_command to return native_strings
on python3, this means that we don't get bytes back by default.  We
probably do want bytes here so modify our call to run_command so we get
bytes instead of text.
2016-12-08 11:25:18 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
command.py We've changed run_command to return native_strings 2016-12-08 11:25:18 -05:00
raw.py updated raw docs for environment and executable 2016-12-08 11:24:37 -05:00
script.py Add a note about using the script module with pseudo-tty's lack of stderr channel (#4000) 2016-12-08 11:24:39 -05:00
shell.py Added some documentation for the shell return values 2016-12-08 11:24:08 -05:00