Skip to content

Commit

Permalink
packages: only update the package cache on CentOS (#703)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 22, 2024
1 parent dc387ac commit 813d6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/packages/tasks/package-RedHat-family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ansible.builtin.dnf:
name: '*'
update_cache: true
update_only: true
state: latest
lock_timeout: "{{ dnf_lock_timeout | default(300) }}"
tags:
Expand Down

0 comments on commit 813d6c0

Please sign in to comment.