dsv: Use correct dict usage (#743)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 9e039cc4a0)
This commit is contained in:
Abhijeet Kasurde 2020-08-10 10:22:24 +05:30 committed by Felix Fontein
commit a335d1cc56
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- dsv lookup - use correct dict usage (https://github.com/ansible-collections/community.general/pull/743).