ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

Use Ansible's version_compare() filter #78

Closed oguya closed 7 years ago

oguya commented 7 years ago

Instead of using strings to compare integer version numbers, we should use Ansible's version_compare()

Closes #77

alanorth commented 7 years ago

I only eyeballed it, but looks good to me (assuming you at least tried some of them). Good work!