mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
* [#KC] fix call of non-existent method in backported code
commit 8b1a193a backported into stable-9 contains calls to _request method which was created as part of api calls refactoring in main/stable-10 but does not exist in stable-9.
This commit replaces the calls with the previous implementation (open_url method).
* [#KC] add changes fragment