mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-15 20:37:43 +00:00
* fix(filesystem): handle BusyBox blkid output when detecting existing filesystem BusyBox blkid ignores util-linux -o/-s flags and outputs the full device info line instead of just the filesystem type. Parse the TYPE= field from the raw output when it does not look like a plain type name. Fixes #7283 * changelog: add fragment for PR 12235 |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||