cloudflare_dns: fix KeyError (#243)

Fix errors of the type KeyError: 'success' to show a more meaningful message

Fixes: #236
This commit is contained in:
Lucas Basquerotto 2020-04-29 03:28:10 -03:00 committed by GitHub
commit 055c18c892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- cloudflare_dns - fix KeyError 'success' (https://github.com/ansible-collections/community.general/issues/236).