summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSayan Chowdhury <sayanchowdhury@fedoraproject.org>2017-09-19 10:04:06 +0000
committerSayan Chowdhury <sayanchowdhury@fedoraproject.org>2017-09-19 10:04:45 +0000
commit11c07c32e5ba685de16df2685bf3e84480943cde (patch)
treef9f84c59b24d71d2bdb254b243f432412dbe112b
parent3d951473dd07e32ba40265ce734502817c30435d (diff)
downloadansible-11c07c32e5ba685de16df2685bf3e84480943cde.tar.gz
ansible-11c07c32e5ba685de16df2685bf3e84480943cde.tar.xz
ansible-11c07c32e5ba685de16df2685bf3e84480943cde.zip
Update the fedimg playbook to update the fedfind package
-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