From 83fd82ca7e7635f6c16801c88a5fe81a377f86ca Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 27 Aug 2018 17:35:23 -0700 Subject: [PATCH] Download hello package from S3 for apt test. --- test/integration/targets/apt/tasks/upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/apt/tasks/upgrade.yml b/test/integration/targets/apt/tasks/upgrade.yml index c9ab62f230b..b1cdaf7b4b8 100644 --- a/test/integration/targets/apt/tasks/upgrade.yml +++ b/test/integration/targets/apt/tasks/upgrade.yml @@ -1,7 +1,7 @@ --- #### Tests for upgrade/download functions in modules/packaging/os/apt.py #### - 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/apt/hello_{{ hello_old_version }}_amd64.deb" - name: check hello version shell: dpkg -s hello | grep Version | awk '{print $2}'