ansible/database/misc
gyurco 960fcaf67a 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: #2575
2016-07-21 08:23:05 +02:00
..
__init__.py
mongodb_parameter.py
mongodb_user.py mongodb_user: properly guard user adding with try...except (#2582) 2016-07-21 08:23:05 +02:00
redis.py
riak.py