Falls ihr das #Python "dist"-Modul oder #Ansible nutzt und bei #Gentoo plötzlich für distribution/ansible_distribution/… falsche Werte erhaltet (z.B. ClearLinux):
Gentoo quotet in os_release (/usr/lib/os-release) ihre Variablen offenbar seit irgend nem Update mit Single-Quote ('). Pythons distro-Modul mag das nicht, normal ist ohne quoting oder selten mal double quote (").
Entweder wollt ihr dem Python-Modul einen Patch spendieren oder als Workaround das Quoting in os-release auf double editieren.