This commit is contained in:
2025-05-23 09:02:41 -04:00
parent 73a4c17df0
commit 51c470cdf1
+5 -1
View File
@@ -18,10 +18,14 @@
ansible.builtin.shell:
cmd: curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg
- name: Get GPG key
- name: Move GPG key
ansible.builtin.shell:
cmd: mv bazel-archive-keyring.gpg /usr/share/keyrings
- name: Add Key and repo to system
ansible.builtin.shell:
cmd: echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8' > /etc/apt/sources.list.d/bazel.list
# - name: Update all installed packages using APT module
# apt:
# name: '*'