postgresql_ext: fix module's failing when available ext versions contain a pure string (#1099)

* postgresql_ext: fix module's failing when available ext versions contain a pure string

* Add unit tests

* Add changelog fragment

* fix
This commit is contained in:
Andrew Klychkov 2020-10-16 11:56:15 +03:00 committed by GitHub
commit 398421a9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 85 additions and 6 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_ext - fix the module crashes when available ext versions cannot be compared with current version (https://github.com/ansible-collections/community.general/issues/1095).