fedimg: upgrade python-libcloud also from infra repo for now

Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
Sayan Chowdhury 2017-06-16 07:08:41 +00:00
parent 8d5802fc47
commit eb74251c04

View file

@ -20,6 +20,12 @@
- name: yum update fedimg packages from testing repo
yum: name="python-fedimg" state=latest enablerepo=infrastructure-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
hosts: fedimg:fedimg-stg