mirror of https://github.com/ansible/ansible.git
2.3bug20202 (#25864)
* 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
(cherry picked from commit 0be0aa5f10
)
* htpasswd: fix passlib module version comparison
pull/25873/head
parent
8813b4f03d
commit
2bfdb77ed4
Loading…
Reference in New Issue