ansible/changelogs/fragments/suse_distro_names.yaml
Marcos Paulo de Souza fa83a711b6 hostname.py: Fix openSUSE distribution name (#47020)
All openSUSE distributions changed to the way they are returned from distro.id().

This patches fix the openSUSE Leap and SLES distro names, and adds one entry for Tumbleweed.

These descriptions are capitilized, as expected by Ansible's hostname module.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2019-02-27 16:18:32 -05:00

3 lines
189 B
YAML

bugfixes:
- Add code to detect correctly a host running openSUSE Tumbleweed
- Fix detection string for SUSE distribution variants like Leap and SLES (SUSE Enterprise Linux Server).