From c3c6a07e6524f8f489659d021f95f1a2be7aa663 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 14 Nov 2014 10:02:21 -0800 Subject: [PATCH] Update apt test for newer version of test package and pull in an apt module fix --- lib/ansible/modules/core | 2 +- test/integration/roles/test_apt/tasks/apt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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