community.general/lib/ansible
Abhijit Menon-Sen 0addd53926 Don't expect (postgres) SERVER_VERSION to be M.N (#30417)
It could be something like '10beta4', which StrictVersion() would
reject. When Postgres 10 is released, it will be '10', which
StrictVersion() would STILL reject.

Fortunately, psycopg2 has a 'server_version' connection attribute that
is guaranteed to be an integer like 90605 for version 9.6.5, or 100000
for version 10. We can safely use this for version-specific code.
2017-09-15 18:03:06 +05:30
..
cli remove dupe deprecation on config (#30364) 2017-09-14 16:56:52 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config remove dupe deprecation on config (#30364) 2017-09-14 16:56:52 -04:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory bypass get_hosts and use dictionary directly 2017-08-30 10:56:45 -04:00
module_utils module_utils/avi.py: fix broken import 2017-09-14 10:59:25 -07:00
modules Don't expect (postgres) SERVER_VERSION to be M.N (#30417) 2017-09-15 18:03:06 +05:30
parsing Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
playbook Fixing two bugs with import_role (#30398) 2017-09-14 22:04:20 -05:00
plugins Correctly create include_role blocks when using loops (#30372) 2017-09-14 15:56:12 -05:00
template Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
utils Document boolean default value treatment (#30062) 2017-09-14 13:27:16 -07:00
vars remove fact namespacing 2017-09-10 17:37:52 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py fixed 'typing' for deprecated get_config 2017-09-14 13:20:55 -07:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00