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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue