Download hello package from S3 for apt test.
This commit is contained in:
parent
5172bb068e
commit
83fd82ca7e
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||
|
|
Loading…
Reference in a new issue