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

pull/9560/head
Toshio Kuratomi 10 years ago
parent dd9dc637d1
commit c3c6a07e65

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

@ -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

Loading…
Cancel
Save