Martin Krizek
Martin Krizek
A little background first, in Ansible there is a `json_query` filter plugin which uses `jmespath` to query json. There is an issue open where users of that plugin get the...
##### SUMMARY Backport of #80143 (cherry picked from commit 694f12d01b17e4aba50bda55546edada6e79b5a8) ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME `lib/ansible/template/native_helpers.py`
##### SUMMARY Fixes #73643 ci_complete ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME handlers
##### SUMMARY Backport of #80026 (cherry picked from commit 6c3d2a4e51df560e350d1ca3d6a039bf0e05f2ab) ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME `FieldAttribute`s
##### SUMMARY Backport of #82607 (cherry picked from commit 6d34eb88d95c02013d781a29dfffaaf2901cd81f) ##### ISSUE TYPE - Bugfix Pull Request
##### SUMMARY Specifying indent as an option to `to_nice_json` has been possible in contrary to what documentation states. Follow-up to https://github.com/ansible/ansible/pull/82912 ##### ISSUE TYPE - Bugfix Pull Request
##### SUMMARY Fixes https://github.com/ansible/ansible/issues/82834 ci_complete ##### ISSUE TYPE - Bugfix Pull Request ##### ADDITIONAL INFORMATION ```paste below ```
Currently when running `base.enable_disable_plugins()` + `base.setup()` there is no way to easily retrieve potential errors (e.g. attempting to load non-existing plugin) occurred during loading of libdnf5 plugins via API. dnf5...
##### SUMMARY Fixes #83094 ##### ISSUE TYPE - Feature Pull Request