summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/manual/upgrade/fedimg.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml
index 666091a87..19252e92b 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