Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module dellemc_idrac_storage_volume.py broken #212

Closed
jjeganathan opened this issue Jan 14, 2021 · 0 comments · Fixed by #213
Closed

Module dellemc_idrac_storage_volume.py broken #212

jjeganathan opened this issue Jan 14, 2021 · 0 comments · Fixed by #213
Labels
area/idrac idrac modules/roles type/bug Something isn't working

Comments

@jjeganathan
Copy link

Hello !

The module dellemc_idrac_storage_volume.py isn't working anymore. I think since Release 2.1.5

-            "volumes": {"required": False, "type": 'list'},
+            "volumes": {"required": False, "type": 'list', "elements": 'str'},

Playbook fails with this error:
AttributeError: 'str' object has no attribute 'get'


IMO, it should be

-            "volumes": {"required": False, "type": 'list', "elements": 'str'},
+            "volumes": {"required": False, "type": 'list', "elements": 'dict'},

Best regards,
Jeya

@jagadeeshnv jagadeeshnv added type/bug Something isn't working area/idrac idrac modules/roles labels Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/idrac idrac modules/roles type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants