timorunge / ansible-freeipa-server

FreeIPA Identity Management Server provisioning.
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

ansible version compare fails #12

Open dmaes opened 4 years ago

dmaes commented 4 years ago

Tasks Install FreeIPA server dependency packages and Install FreeIPA server packages fail with

Version comparison: '<' not supported between instances of 'str' and 'int'

Using ansible_version.string instead of ansible_version fixes this.

If you like, I can make a PR

Ansible version: 2.9.13