When upgrading, choose python2-productmd over python-productmd.

This commit is contained in:
Ralph Bean 2018-02-22 21:15:43 +00:00
parent c737933ae6
commit b714b23b92

View file

@ -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