mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 10:48:59 +00:00
flatpak: fix removal of runtimes (#11688)
* 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.
* flatpak: add changelog fragment for PR #11688
---------
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 8852-snmp-facts-pysnmp7.yml | ||
| 11664-mssql-named-instance-port.yml | ||
| 11681-pacman-root-cachedir-config.yml | ||
| 11688-flatpak-fix-runtime-removal.yml | ||
| 11689-composer-create-project-idempotent.yml | ||
| 11698-ipa-failed-response.yml | ||