fedimg: don't skip pull python-libcloud from epel-testing
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
parent
d1330d831d
commit
33e589722c
1 changed files with 1 additions and 4 deletions
|
@ -20,12 +20,9 @@
|
|||
- 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=epel-testing
|
||||
when: testing
|
||||
when: not testing
|
||||
|
||||
- name: verify the backend and restart it
|
||||
hosts: fedimg:fedimg-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue