mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 18:23:09 +00:00
* flatpak: fix removal of runtimes (issue #553) The module was using `--app` when listing installed flatpaks for name matching, which excluded runtimes from the results. This caused removal of runtimes to fail even though `flatpak_exists()` correctly detected them as installed (it lists both apps and runtimes). Fix by dropping `--app` from the three matching functions so that both apps and runtimes are searchable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * flatpak: add changelog fragment for PR #11688 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>