pyinfra
pyinfra copied to clipboard
Parse os-release for Servers Incompatible with lsb_release
Summary
This PR adds support for extracting OS info from servers that don't support lsb_release by parsing the os-release file.
Benefits
- Ensures compatibility with lightweight distributions that lack
lsb_release. - Provides more consistent OS information across different environments.