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
parent a89b43b110
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).