Update the fedimg playbook to update the fedfind package
This commit is contained in:
parent
3d951473dd
commit
11c07c32e5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue