community.general/lib/ansible/runner/connection
Will Thames d43d81a9a4 Raise exception when sudo user does not exist
sudo can fail before getting to the password prompt if a user does not exist
<pre>
[will@tangerine ansible (sudo_missing_user)]$ sudo -u bobbins echo hello
sudo: unknown user: bobbins
sudo: unable to initialize policy plugin
</pre>
Fix raises a distinct exception when that occurs
2012-08-02 16:19:15 +10:00
..
__init__.py Fix import in ssh connection 2012-07-15 13:12:11 -04:00
local.py Use sudo_user as an argument in the sudo command 2012-07-31 16:21:24 +10:00
paramiko_ssh.py Raise exception when sudo user does not exist 2012-08-02 16:19:15 +10:00
ssh.py Suppress Ubuntu ssh -tt error ioctl error. 2012-07-20 13:23:14 +08:00