Fix bug in digital_ocean_tag_info module (#615)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
James J Porter 2020-07-05 02:01:52 -04:00 committed by GitHub
commit 6b852d841f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- digital_ocean_tag_info - fix crash when querying for an individual tag (https://github.com/ansible-collections/community.general/pull/615).