Skip to content

Commit

Permalink
Remove invalid cache for (ICPC) ISO
Browse files Browse the repository at this point in the history
During the WFs updating once per hour (so once per debugging) should be
fine and make sure the machines stay in the same state if SysOps
upgrades a package.
  • Loading branch information
vmcj committed Aug 6, 2024
1 parent 0205794 commit e2af138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provision-contest/ansible/roles/base_packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
notify: Run apt update
when: dpkg_architectures.stdout.find('i386') != -1

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

- name: Flush handlers
meta: flush_handlers

Expand Down

0 comments on commit e2af138

Please sign in to comment.