s/yum/dnf/

This commit is contained in:
Ralph Bean 2017-02-13 19:03:19 +00:00
parent 7792e81882
commit 769f697a4d

View file

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