1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-16 06:24:54 +00:00
community.general/lib
Marcus Furlong 90fb809f62 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.
2016-02-18 14:36:52 +11:00
..
ansible fix ansible_os_family fact on openSUSE Leap 2016-02-18 14:36:52 +11:00