Commit Graph

1 Commits (d672ee1c030328e421f92f4dc862ddc9c33e2091)

Author SHA1 Message Date
Abhijeet Kasurde 5ee9072613
[2.9] Handle set object retrieved from lookup plugin (#69901)
self.client.resources.api_groups is a dict_keys and is not
handled correctly by default callback plugin while JSON serialization.

This fix will typecast it to list so that it can be JSON serialized for
further processing.

Fixes: ansible-collection/community.kubernetes#111

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago