Skip to content

Commit

Permalink
Update to latest scoreboard code. Update rpiOS to March 15, 2024 rele…
Browse files Browse the repository at this point in the history
…ase. Remove full OS package updates as part of image build as it is failing with new OS.
  • Loading branch information
falkyre committed Apr 27, 2024
1 parent f99a760 commit 10f21be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions nhl-image/ansible/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version:v1.8.2.1
detail:This is a minor update to the image to fix the splash animation on boot. The image is still running V1.8.2 scoreboard
version:v1.8.4
detail:This update contains the latest NHL LED Scoreboard code (V1.8.4) and updates the raspiOS to the March 15, 2024 release.
14 changes: 7 additions & 7 deletions nhl-image/ansible/setup-raspberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
replace: "{{ apt_proxy }}"
when: use_apt_proxy

- name: Upgrade all apt packages
ansible.builtin.apt:
name: "*"
state: latest
update_cache: true
force_apt_get: true
only_upgrade: true
# - name: Upgrade all apt packages
# ansible.builtin.apt:
# name: "*"
# state: latest
# update_cache: true
# force_apt_get: true
# only_upgrade: true

- name: Install git and build essential
ansible.builtin.apt:
Expand Down

0 comments on commit 10f21be

Please sign in to comment.