From fd56788a142efde6b24553978906d43d2d4ea771 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 11 Jan 2019 09:28:45 -0800 Subject: [PATCH] Fix dpkg_selections integration test. Download package from S3 since the previous location no longer exists. --- .../targets/dpkg_selections/tasks/dpkg_selections.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/dpkg_selections/tasks/dpkg_selections.yaml b/test/integration/targets/dpkg_selections/tasks/dpkg_selections.yaml index f38e1f84aa9..094225fd0f3 100644 --- a/test/integration/targets/dpkg_selections/tasks/dpkg_selections.yaml +++ b/test/integration/targets/dpkg_selections/tasks/dpkg_selections.yaml @@ -1,5 +1,5 @@ - name: download and install old version of hello - apt: "deb=https://launchpad.net/ubuntu/+archive/primary/+files/hello_{{ hello_old_version }}_amd64.deb" + apt: "deb=https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/dpkg_selections/hello_{{ hello_old_version }}_amd64.deb" - name: freeze version for hello dpkg_selections: