Amends #47040 - influxdb_user - Prevents potential accidental password changes to blank (#49084)

* Amends #47040 - Prevents potential accidental password changes to blank

* Added changelog fragment
This commit is contained in:
Michael Rose
2018-12-12 09:43:37 -08:00
committed by ansibot
parent b079070688
commit b422c59ada
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- influxdb_user - An unspecified password now sets the password to blank, except on existing users. This previously caused an unhandled exception.