community.general/lib/ansible/modules/commands
Dag Wieers 6f9c6071e5 psexec: Handle socket errors (Connection timeout) (#47201)
* psexec: Handle socket errors (Connection timeout)

This ensures we get a nicer error message from psexec.

* Add changelog fragment
2018-10-22 05:32:06 +10:00
..
__init__.py
command.py Clean up common module docs (#45888) 2018-09-27 11:27:01 -04:00
expect.py In expect module documentation add `no_log` to password change example (#44436) 2018-08-21 08:42:41 -05:00
psexec.py psexec: Handle socket errors (Connection timeout) (#47201) 2018-10-22 05:32:06 +10:00
raw.py
script.py Various improvements to script module docs (#44637) 2018-08-24 09:56:44 -04:00
shell.py Add less judgmental hint to use script + template 2018-09-28 19:19:58 +02:00
telnet.py