mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* fix(cobbler_system): handle missing interface device on existing system When adding a new interface to an existing Cobbler system that does not yet have that interface defined, the module raised a KeyError. Use .get() with a fallback empty dict to safely handle that case. Also add a continue after the unknown-property warning to prevent a secondary KeyError on IFPROPS_MAPPING lookup. Fixes: #7007 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore(cobbler_system): add changelog fragment for #11995 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>