s/yum/dnf/
This commit is contained in:
parent
7792e81882
commit
769f697a4d
1 changed files with 3 additions and 3 deletions
|
@ -42,10 +42,10 @@
|
|||
|
||||
pre_tasks:
|
||||
- name: clean all metadata
|
||||
command: yum clean all
|
||||
command: dnf clean all
|
||||
check_mode: no
|
||||
- name: yum update PDC packages
|
||||
yum: name="{{item}}" state=latest
|
||||
- name: dnf update PDC packages
|
||||
dnf: name="{{item}}" state=latest
|
||||
with_items:
|
||||
- pdc-server
|
||||
- python-productmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue