mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
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 |
||
---|---|---|
.. | ||
ansible_tower | ||
__init__.py | ||
apache2_mod_proxy.py | ||
apache2_module.py | ||
deploy_helper.py | ||
django_manage.py | ||
ejabberd_user.py | ||
htpasswd.py | ||
jboss.py | ||
jenkins_job.py | ||
jenkins_plugin.py | ||
jenkins_script.py | ||
jira.py | ||
letsencrypt.py | ||
nginx_status_facts.py | ||
rundeck_acl_policy.py | ||
rundeck_project.py | ||
supervisorctl.py | ||
taiga_issue.py |