mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-30 07:13:08 +00:00
* kdeconfig: add support for kwriteconfig6 Rationale: With a minimal install of KDE Plasma 6, the kdeconfig module would systematically fail with the following error: `kwriteconfig is not installed.` In this configuration, kwriteconfig6 is the only version of kwriteconfig installed, and the kdeconfig module did not not find it. Fixes #10746 * Add changelog fragment * Update changelogs/fragments/10751-kdeconfig-support-kwriteconfig6.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>