timorunge / ansible-freeipa-client

FreeIPA Identity Management Client provisioning.
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

'str' and 'int' comparison for ansible_version [fixes #1] #2

Open diegosouza opened 4 years ago

diegosouza commented 4 years ago

Since ansible_version returns: {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}, ansible_version.full fixes the problem.

References: