Files
community.general/lib/ansible/module_utils
Yann Autissier 8fd3935029 Fix get_distribution for Alpine Linux (#17224)
To override a generic class that is subclassed based on platform, the
subclass must define platform and distribution.

The load_platform_subclass() calls the get_platform() and
get_distribution() methods to detect the platform and the distribution.

On Alpine Linux, get_distribution() method returns None and it is not
possible to have different implementations based on detected platform.
2016-08-25 10:18:42 -07:00
..
2016-04-05 11:06:17 -07:00
2016-08-24 14:44:17 -04:00
2015-04-28 09:36:42 -04:00
2016-08-22 20:26:16 -04:00
2016-08-21 08:59:59 -04:00
2016-08-24 11:03:01 -04:00
2016-02-08 19:10:04 +01:00
2016-08-21 08:57:49 -04:00
2016-08-08 11:48:47 -04:00
2015-11-03 09:53:18 -08:00
2016-05-14 07:51:13 -07:00