diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 3f66bcbcd2..666091a87d 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