Update the fedimg playbook to update the fedfind package

This commit is contained in:
Sayan Chowdhury 2017-09-19 10:04:06 +00:00
parent 3d951473dd
commit 11c07c32e5

View file

@ -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