mirror of https://github.com/ansible/ansible.git
Make package version comparison use globbing.
I have something like: apt: pkg={{ item }} state=present with_items: - python-pysqlite2=2.6.3-* - python-paramiko=1.7.7.1-* But due to the use of *'s in the version specifications, the apt ansible module always reports changed: true. This patch fixes that.reviewable/pr18780/r1
parent
c70d6cd18f
commit
0b941abd04
Loading…
Reference in New Issue