1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-09 03:58:59 +00:00

IBM_Storage: fixed a bug - Unwanted arguments cause failure (#56357)

* IBM_Storage: fixed a bug which caused several of our modules to pass unwanted arguments and fail

* IBM_Storage: Added a changelog for 56357 bug
This commit is contained in:
Tzur Eliyahu 2019-05-13 19:41:06 +03:00 committed by Brian Coca
parent 110b8ba660
commit ef0851dcd4
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ibm_storage - Added a check for null fields in ibm_storage utils module.