Skip to content

Commit

Permalink
fix: do not upgrade all RHEL packages - just refresh cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jan 27, 2025
1 parent 72c1522 commit 99cb5ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/roles/upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
state: present
update_cache: true

- name: Update all packages
ansible.builtin.dnf:
name: "*"
state: latest
update_only: true
update_cache: true
tags: redhat

- name: Update security packages
ansible.builtin.dnf:
security: true
Expand Down

0 comments on commit 99cb5ec

Please sign in to comment.