Skip to content

Commit

Permalink
Don't upgrade packages with ansible
Browse files Browse the repository at this point in the history
This would make the first installation slower and if the `packages` are
updated during the WFs we probably want to explicit do the update and
see what gets changed.
  • Loading branch information
vmcj committed Sep 3, 2024
1 parent eca1120 commit 56da794
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provision-contest/ansible/roles/base_packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@

- name: Update cache if this is our first run
apt:
upgrade: true
update_cache: true
cache_valid_time: 3600

- name: Flush handlers
Expand Down

0 comments on commit 56da794

Please sign in to comment.