Back to yum, for pdc.

This commit is contained in:
Ralph Bean 2018-01-12 16:43:35 +00:00
parent 1c9c2b649b
commit 05d37919ce

View file

@ -42,10 +42,10 @@
pre_tasks:
- name: clean all metadata
command: dnf clean all
command: yum clean all
check_mode: no
- name: dnf update PDC packages
dnf: name="{{item}}" state=latest
- name: yum update PDC packages
yum: name="{{item}}" state=latest
with_items:
- python-pdc
- python-productmd