Back to yum, for pdc.
This commit is contained in:
parent
1c9c2b649b
commit
05d37919ce
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: 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue