mirror of https://github.com/ansible/ansible.git
fix ansible_os_family fact on openSUSE Leap
ansible_os_family on openSUSE Leap has the wrong value:
"ansible_os_family": "openSUSE Leap",
It should be:
"ansible_os_family": "Suse",
This change fixes that by adding the relevant key and ensuring that dict
lookups replace ' ' with '_' so the key does not contain a space.
pull/14899/head
parent
6072dad15f
commit
31ce8bc3a2
Loading…
Reference in New Issue