Skip to content

Commit

Permalink
[chores] Don't upgrade all packages while installing FreeRADIUS
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 25, 2024
1 parent e7a91ce commit 4d0499b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/freeradius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@
register: result
until: result is success

- name: Update and upgrade apt packages
- name: Update apt packages
apt:
upgrade: true
update_cache: true

- name: Freeradius system packages
Expand Down

0 comments on commit 4d0499b

Please sign in to comment.