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
..
ansible_tower Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_mod_proxy.py Pep8 fixes for apache2 module (#24185) 2017-05-02 15:03:26 +02:00
apache2_module.py spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
deploy_helper.py Pep8 fixes for deploy_helper (#24237) 2017-05-03 11:30:15 +01:00
django_manage.py Pep8 fixes for django_manage (#24198) 2017-05-02 11:33:36 -05:00
ejabberd_user.py Pep8 fixes for ejabberd_user and jboss (#24586) 2017-06-07 07:35:22 +02:00
htpasswd.py htpasswd: fix passlib module version comparison (#20202) 2017-06-19 12:02:06 +01:00
jboss.py Pep8 fixes for ejabberd_user and jboss (#24586) 2017-06-07 07:35:22 +02:00
jenkins_job.py Pep8 fixes for jenkins_* module (#24154) 2017-05-01 10:01:25 -05:00
jenkins_plugin.py Removing unecessary exception in jenkins_plugin (#24968) 2017-05-24 07:15:05 -07:00
jenkins_script.py Added timeout to jenkins_script POST request (#24924) 2017-05-24 11:16:05 +01:00
jira.py Pep8 fixes for jira (#24229) 2017-05-03 08:16:20 +01:00
letsencrypt.py Cmp python3 compat (#25008) 2017-05-24 15:59:59 -07:00
nginx_status_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
rundeck_acl_policy.py dict, not dictionary (#24123) 2017-04-28 18:16:25 +01:00
rundeck_project.py Return type is dict, not dictionary (#24191) 2017-05-02 08:59:04 +01:00
supervisorctl.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
taiga_issue.py Pep8 fixes for taiga_issue module (#24143) 2017-05-01 09:58:59 -05:00