Files
community.general/lib/ansible/module_utils
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
..
2013-10-26 11:10:54 -04:00
2015-04-28 09:36:42 -04:00
2015-11-12 16:30:46 -08:00
2016-02-08 19:10:04 +01:00
2015-11-02 12:25:18 -08:00
2015-11-03 09:53:18 -08:00
2016-02-11 07:36:47 -05:00
2016-02-09 08:49:26 +01:00