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: pre_tasks:
- name: clean all metadata - name: clean all metadata
command: dnf clean all command: yum clean all
check_mode: no check_mode: no
- name: dnf update PDC packages - name: yum update PDC packages
dnf: name="{{item}}" state=latest yum: name="{{item}}" state=latest
with_items: with_items:
- python-pdc - python-pdc
- python-productmd - python-productmd