influxdb_user: Fixed unhandled exception on invalid login credentials (#50134)

This commit is contained in:
Michael Rose 2018-12-20 03:47:39 -08:00 committed by John R Barker
commit bcae7f24cb
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- influxdb_user - Fixed unhandled exception when using invalid login credentials (https://github.com/ansible/ansible/issues/50131)