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: '*'