From 11c07c32e5ba685de16df2685bf3e84480943cde Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Tue, 19 Sep 2017 10:04:06 +0000 Subject: Update the fedimg playbook to update the fedfind package --- playbooks/manual/upgrade/fedimg.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit