ODCS upgrade playbook: Use 'dnf clean all'.

This commit is contained in:
Jan Kaluza 2020-06-04 10:58:18 +02:00
parent f621f7bf69
commit 83d756cf00

View file

@ -12,7 +12,7 @@
tasks:
- name: clean all metadata
command: yum clean all
command: dnf clean all
check_mode: no
- name: update odcs and pungi packages from main repo
package: name={{item}} state=latest
@ -35,7 +35,7 @@
tasks:
- name: clean all metadata
command: yum clean all
command: dnf clean all
check_mode: no
- name: update odcs and pungi packages from main repo
package: name={{item}} state=latest