Skip to content

v2.5.2: Unpack vars to correct version_compare issue (#170)

Compare
Choose a tag to compare
@angstwad angstwad released this 13 Jul 14:48
· 35 commits to master since this release
I discovered an issue with the `version_compare` when running this role via Ansible 2.3 on Ubuntu 12.04. It seems that the interpreter can get confused in the tightly packed vars, so I broke out version comparators into their own vars. This seems to have fixed the issue.