From 73a4c17df093aeab57d090b58f6b3d8fcb8b0fa1 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:57:05 -0400 Subject: [PATCH] updates --- beszel_install.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index b07ff2d..0d18643 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -6,7 +6,7 @@ ansible.builtin.shell: cmd: ls -l chdir: /tmp - + - name: Install a list of packages ansible.builtin.apt: pkg: @@ -14,10 +14,14 @@ - curl - gnupg - - name: Add key + - name: Get GPG key ansible.builtin.shell: cmd: curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg + - name: Get GPG key + ansible.builtin.shell: + cmd: mv bazel-archive-keyring.gpg /usr/share/keyrings + # - name: Update all installed packages using APT module # apt: # name: '*'