mirror of https://github.com/ansible/ansible.git
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>pull/53084/head
parent
04bfec9dfe
commit
fa83a711b6
@ -0,0 +1,3 @@
|
||||
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).
|
Loading…
Reference in New Issue