When upgrading, choose python2-productmd over python-productmd.
This commit is contained in:
parent
c737933ae6
commit
b714b23b92
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- pdc-client
|
- pdc-client
|
||||||
- pdc-updater
|
- pdc-updater
|
||||||
- python-productmd
|
- python2-productmd
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- pdc/backend
|
- pdc/backend
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
yum: name="{{item}}" state=latest
|
yum: name="{{item}}" state=latest
|
||||||
with_items:
|
with_items:
|
||||||
- python-pdc
|
- python-pdc
|
||||||
- python-productmd
|
- python2-productmd
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- pdc/frontend
|
- pdc/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue