mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
`os.environ['DO_API_TOKEN']` raised a `KeyError` preventing the check for `os.environ['DO_API_KEY]` from being executed. Fix this by failing only if the api token isn't set.