Felix Fontein
4fa82b9617
Make all doc fragments, module utils, and plugin utils private ( #11896 )
...
* Make all doc fragments private.
* Make all plugin utils private.
* Make all module utils private.
* Reformat.
* Changelog fragment.
* Update configs and ignores.
* Adjust unit test names.
2026-04-20 20:16:26 +02:00
Felix Fontein
236b9c0e04
Sort imports with ruff check --fix ( #11400 )
...
Sort imports with ruff check --fix.
2026-01-09 07:40:58 +01:00
Alexei Znamensky
6ae47590cd
lxc_container: replace subprocess.Popen() with run_command() ( #11204 )
...
* lxc_container: replace subprocess.Popen() with run_command()
* Update plugins/modules/lxc_container.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* add changelog frag
* retain Popen logic in module_utils
* Update plugins/module_utils/_lxc.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-12-29 11:47:26 +01:00