Skip to content

Commit

Permalink
Clean cache before upgrading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dangel101 committed Jul 6, 2022
1 parent b99c10c commit 07f3c58
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
set_fact:
previous_vdsm_package: "{{ ansible_facts.packages['vdsm'] | first }}"

- name: Clean yum cache
command:
cmd: yum clean packages

- name: Upgrade packages
yum:
name: '*'
Expand Down

0 comments on commit 07f3c58

Please sign in to comment.