mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Back to yum, for pdc.
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
|
||||
pre_tasks:
|
||||
- name: clean all metadata
|
||||
command: dnf clean all
|
||||
command: yum clean all
|
||||
check_mode: no
|
||||
- name: dnf update PDC packages
|
||||
dnf: name="{{item}}" state=latest
|
||||
- name: yum update PDC packages
|
||||
yum: name="{{item}}" state=latest
|
||||
with_items:
|
||||
- python-pdc
|
||||
- python-productmd
|
||||
|
||||
Reference in New Issue
Block a user