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
commit 3637ce4538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.