fedimg: upgrade python-libcloud also from infra repo for now
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
parent
8d5802fc47
commit
eb74251c04
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
||||||
- name: yum update fedimg packages from testing repo
|
- name: yum update fedimg packages from testing repo
|
||||||
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing
|
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing
|
||||||
when: testing
|
when: testing
|
||||||
|
- name: yum update libcloud from the main repo
|
||||||
|
yum: name="python-libcloud" state=latest
|
||||||
|
when: testing
|
||||||
|
- name: yum update libcloud from testing repo
|
||||||
|
yum: name="python-libcloud" state=latest enablerepo=infrastructure-testing
|
||||||
|
when: testing
|
||||||
|
|
||||||
- name: verify the backend and restart it
|
- name: verify the backend and restart it
|
||||||
hosts: fedimg:fedimg-stg
|
hosts: fedimg:fedimg-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue