mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 02:25:36 +00:00
* parted: ignore MBR partition type codes reported as flags by SUSE parted SUSE's patched parted reports MBR partition type codes (e.g., type=8e for Linux LVM) in the machine-parseable flags output. The module was trying to unset these pseudo-flags via 'parted set N type=8e off', which is not a valid parted command, causing the task to fail when using flags: [lvm] on msdos-labelled disks on SUSE systems. Fixes #6292 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(changelog): add fragment for PR 12121 * Update changelogs/fragments/12121-parted-suse-msdos-type-code.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Felix Fontein <felix@fontein.de> |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||