1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

fix ruff case B015 (#11145)

* fix ruff case B015

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-11-13 18:23:30 +13:00 committed by GitHub
parent f5c2c8b9a2
commit 255059f7b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 17 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ipinfoio_facts - fix handling of HTTP errors consulting the service (https://github.com/ansible-collections/community.general/pull/11145).