From c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Tue, 19 Sep 2017 10:16:06 +0000 Subject: [PATCH] Omit python from the package name --- playbooks/manual/upgrade/fedimg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 666091a87d..19252e92b7 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -18,7 +18,7 @@ yum: name="python-fedimg" state=latest when: not testing - name: yum update fedfind package from main repo - yum: name="python-fedfind" state=latest + yum: name="fedfind" state=latest when: not testing - name: yum update fedimg packages from testing repo yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing