Change (again) what we upgrade when we upgrade pdc.
This commit is contained in:
parent
eaea7faead
commit
e102e58d84
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- pdc-client
|
- pdc-client
|
||||||
- pdc-updater
|
- pdc-updater
|
||||||
|
- python-productmd
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- pdc/backend
|
- pdc/backend
|
||||||
|
@ -46,7 +47,8 @@
|
||||||
- name: yum update PDC packages
|
- name: yum update PDC packages
|
||||||
yum: name="{{item}}" state=latest
|
yum: name="{{item}}" state=latest
|
||||||
with_items:
|
with_items:
|
||||||
- python-pdc
|
- pdc-server
|
||||||
|
- python-productmd
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- pdc/frontend
|
- pdc/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue