From d6343b4aa6c1f4fc71e1a97e8b1039b4661100ab Mon Sep 17 00:00:00 2001 From: Dane Kennedy Date: Mon, 20 Jul 2026 08:24:48 +0200 Subject: [PATCH] Add PanPatch 0.3 to bio compiled software Registers v0.3 alongside the existing 0.2 entry. The panpatch.yaml leaf task and Lmod template are already version-generic, so no other changes are needed. Checksum verified against the released x86-64 static binary. Install with: ansible-playbook site.yaml -t panpatch,panpatch0.3 Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01W3YK4C2YmpXzfFtsZ4JMbG --- ansible/roles/compiled/tasks/bio/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/compiled/tasks/bio/main.yml b/ansible/roles/compiled/tasks/bio/main.yml index 346bd3d..37f7d99 100644 --- a/ansible/roles/compiled/tasks/bio/main.yml +++ b/ansible/roles/compiled/tasks/bio/main.yml @@ -1326,6 +1326,9 @@ - version_number: "0.2" url: "https://github.com/glennhickey/panpatch/releases/download/v0.2/panpatch" checksum: "sha512:9c1b64b7d0d13df982ba4a9fa142715f448d5803cfd009b3685397e365e4d354aa2c86b11617ebc6cf6a791a871e7b7d0fc199a18fb2190588699008517b4577" + - version_number: "0.3" + url: "https://github.com/glennhickey/panpatch/releases/download/v0.3/panpatch" + checksum: "sha512:4007e97c43d408911acb0b0e1a36524bf9bbf6d0f8bb59f1743a0412cc226de98423a978a4de2761d0046bce34c1749b977ecf00d0fbed00ea9d650bf0896a90" ansible.builtin.include_tasks: file: "panpatch.yaml" loop: "{{ versions }}"