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/lib/ansible
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
13 years ago
..
inventory
playbook add error handling if you try to load files in the wrong data format 13 years ago
runner Raise exception when sudo user does not exist 13 years ago
__init__.py
callbacks.py fixes for tests 13 years ago
color.py
constants.py
errors.py
module_common.py reinstate invalid argument checks where possible, daisy chainee/chained modules turn it off 13 years ago
utils.py