mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* fix(zypper_repository): allow state=absent when .repo URL/file is unreachable When removing a repository by .repo URL, a download failure used to cause an unconditional fail_json. Now, for state=absent, the module warns and falls back to deriving the alias from the .repo filename basename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(changelog): add fragment for PR 11947 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>