sansible / ansible

MIT License
2 stars 1 forks source link

version_compare deprecated in ansible 2.9 #7

Closed msahota14 closed 4 years ago

msahota14 commented 4 years ago

version_compare was deprecated in ansible 2.5 and removed in 2.9. it has been replaced with version and tests do not use | filter anymore and instead now use is filter:

docs:

filters version_compare