ansible/changelogs/fragments/74488_solaris_looseversion.yml
Abhijeet Kasurde 4d7dc15d4e
service - compare version without LooseVersion (#74508)
The distutils module is not shipped with SUNWPython on Solaris.
It's in the SUNWPython-devel package. Do not use LooseVersion.

Fixes: #74488

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2021-05-07 10:22:00 -04:00

3 lines
114 B
YAML

bugfixes:
- service - compare version without LooseVersion API (https://github.com/ansible/ansible/issues/74488).