From 684265d0eadf81fbfd6200fac7783e22c022cb8e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 7 Dec 2014 17:34:18 +0000 Subject: [PATCH] Use the super latest python-libcloud. --- roles/fedimg/tasks/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roles/fedimg/tasks/main.yml b/roles/fedimg/tasks/main.yml index 4917c7ccfa..b18f54fd0f 100644 --- a/roles/fedimg/tasks/main.yml +++ b/roles/fedimg/tasks/main.yml @@ -7,11 +7,17 @@ - koji - fedmsg - python-paramiko - - python-libcloud - python-fedimg tags: - fedimg +- name: except for python-libcloud, we need the super latest version + yum: pkg={{ item }} state=latest enablerepo=epel-testing + with_items: + - python-libcloud + tags: + - fedimg + - name: install latest fedimg yum: pkg={{ item }} state=latest with_items: