Omit python from the package name

This commit is contained in:
Sayan Chowdhury 2017-09-19 10:16:06 +00:00
parent 11c07c32e5
commit c4b91d3892

View file

@ -18,7 +18,7 @@
yum: name="python-fedimg" state=latest
when: not testing
- name: yum update fedfind package from main repo
yum: name="python-fedfind" state=latest
yum: name="fedfind" state=latest
when: not testing
- name: yum update fedimg packages from testing repo
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing