Files
community.general/lib/ansible/modules/web_infrastructure
James Braid 0be0aa5f10 htpasswd: fix passlib module version comparison (#20202)
Previously, we used StrictVersion which failed to parse some passlib
version strings. For example, Debian currently ship passlib with a
__version__ of '1.7.0.post20161128115349'

StrictVersion throws an exception when parsing this version string.

Change to using LooseVersion which successfully parses version strings
such as this.

Fixes #20199
2017-06-19 12:02:06 +01:00
..
2016-12-08 11:22:22 -05:00
2017-05-03 08:16:20 +01:00
2017-05-24 15:59:59 -07:00
2017-03-14 09:07:22 -07:00