1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00: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

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