Omit python from the package name
This commit is contained in:
parent
11c07c32e5
commit
c4b91d3892
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue