Skip to content

Commit 56da794

Browse files
committed
Don't upgrade packages with ansible
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.
1 parent eca1120 commit 56da794

File tree

1 file changed

+0
-2
lines changed
  • provision-contest/ansible/roles/base_packages/tasks

1 file changed

+0
-2
lines changed

provision-contest/ansible/roles/base_packages/tasks/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242

4343
- name: Update cache if this is our first run
4444
apt:
45-
upgrade: true
46-
update_cache: true
4745
cache_valid_time: 3600
4846

4947
- name: Flush handlers

0 commit comments

Comments
 (0)