mirror of https://github.com/ansible/ansible.git
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 occurspull/763/head
parent
bf25193ec1
commit
d43d81a9a4
Loading…
Reference in New Issue