1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update apt test for newer version of test package and pull in an apt module fix

This commit is contained in:
Toshio Kuratomi 2014-11-14 10:02:21 -08:00
parent dd9dc637d1
commit c3c6a07e65
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c6522620c562d24031ad32187de83c3768df3c77
Subproject commit fb4854ebcbc35b3038530de91a472ef7d0b7b710

View file

@ -84,7 +84,7 @@
# INSTALL WITH VERSION WILDCARD
- name: install hello with apt
apt: name=hello=2.7* state=present
apt: name=hello=2.* state=present
register: apt_result
- name: check hello with wildcard with dpkg