mirror of https://github.com/ansible/ansible.git
mongodb_user: properly guard user adding with try...except (#2582)
The user adding part is not properly guarded by a try...except block, so pymongo exceptions can escape from it. Also there's a double-guarding where roles are given. Fixes: #2575pull/18777/head
parent
d0c2db9c5b
commit
bc8e8173ad
Loading…
Reference in New Issue