mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
* lxc_container: use LVM runners from _lvm module utils Replace direct run_command calls for lvs, vgdisplay, lvdisplay, lvcreate, and lvremove with the shared CmdRunner-based runners from module_utils/_lvm.py. Switches from human-readable text parsing to machine-readable --noheadings/--nosuffix/--separator output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * lxc_container: add changelog fragment for PR 11920 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * generate run_info information for commands --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>