summaryrefslogtreecommitdiffstats
path: root/playbooks/manual/upgrade/fedimg.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/manual/upgrade/fedimg.yml')
-rw-r--r--playbooks/manual/upgrade/fedimg.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml
index 3f66bcbcd..666091a87 100644
--- a/playbooks/manual/upgrade/fedimg.yml
+++ b/playbooks/manual/upgrade/fedimg.yml
@@ -17,6 +17,9 @@
- name: yum update fedimg packages from main repo
yum: name="python-fedimg" state=latest
when: not testing
+ - name: yum update fedfind package from main repo
+ yum: name="python-fedfind" state=latest
+ when: not testing
- name: yum update fedimg packages from testing repo
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing
when: testing