1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Replace LooseVersion comparison with int/float comparison. Fixes #35435 (#35519)

This commit is contained in:
Matt Martz 2018-01-30 15:27:22 -06:00 committed by GitHub
parent fda09a75d3
commit c282e4e00f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -5,4 +5,3 @@ lib/ansible/modules/cloud/webfaction/webfaction_domain.py
lib/ansible/modules/cloud/webfaction/webfaction_mailbox.py
lib/ansible/modules/cloud/webfaction/webfaction_site.py
lib/ansible/modules/packaging/os/yum_repository.py
lib/ansible/modules/system/hostname.py