diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index c6522620c56..fb4854ebcbc 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit c6522620c562d24031ad32187de83c3768df3c77 +Subproject commit fb4854ebcbc35b3038530de91a472ef7d0b7b710 diff --git a/test/integration/roles/test_apt/tasks/apt.yml b/test/integration/roles/test_apt/tasks/apt.yml index 32b3806b854..5457c2ef781 100644 --- a/test/integration/roles/test_apt/tasks/apt.yml +++ b/test/integration/roles/test_apt/tasks/apt.yml @@ -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