Handle gracefully a bad module 'results' key (#53973)

* Handle gracefully a bad module 'results' key

  fixes #53962
This commit is contained in:
Brian Coca
2019-03-27 18:41:32 -04:00
committed by GitHub
parent 09cd355bec
commit 3637ce4538
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- disallow non dict results from module and allow user to continue using with a warning.