ODCS upgrade playbook: Use 'dnf clean all'.
This commit is contained in:
parent
f621f7bf69
commit
83d756cf00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue