From 10f21be0fb8dfe4711e342b2718b8bb6b5890f63 Mon Sep 17 00:00:00 2001 From: Sean Ostermann Date: Sat, 27 Apr 2024 17:59:44 -0500 Subject: [PATCH] Update to latest scoreboard code. Update rpiOS to March 15, 2024 release. Remove full OS package updates as part of image build as it is failing with new OS. --- nhl-image/ansible/VERSION | 4 ++-- nhl-image/ansible/setup-raspberry.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nhl-image/ansible/VERSION b/nhl-image/ansible/VERSION index a76c3ef..934c01e 100644 --- a/nhl-image/ansible/VERSION +++ b/nhl-image/ansible/VERSION @@ -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. diff --git a/nhl-image/ansible/setup-raspberry.yml b/nhl-image/ansible/setup-raspberry.yml index ba95c5e..111ba33 100644 --- a/nhl-image/ansible/setup-raspberry.yml +++ b/nhl-image/ansible/setup-raspberry.yml @@ -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: