Get packages for dnf and yum tests from S3.
(cherry picked from commit 22d5f5d97f
)
This commit is contained in:
parent
1e6ca60314
commit
2b7edb9eb2
2 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@
|
|||
|
||||
- name: try to install from non existing url
|
||||
dnf:
|
||||
name: http://non-existing.com/non-existing-1.0.0.fc26.noarch.rpm
|
||||
name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/dnf/non-existing-1.0.0.fc26.noarch.rpm
|
||||
state: present
|
||||
register: dnf_result
|
||||
ignore_errors: yes
|
||||
|
|
|
@ -411,7 +411,7 @@
|
|||
|
||||
- name: try to install from non existing url
|
||||
yum:
|
||||
name: http://non-existing.com/non-existing-1.0.0.fc26.noarch.rpm
|
||||
name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/yum/non-existing-1.0.0.fc26.noarch.rpm
|
||||
state: present
|
||||
register: yum_result
|
||||
ignore_errors: yes
|
||||
|
|
Loading…
Reference in a new issue