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