This commit is contained in:
2025-05-23 09:06:32 -04:00
parent 51c470cdf1
commit 3b8590e0c2
+4
View File
@@ -26,6 +26,10 @@
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: Run the equivalent of "apt-get update" as a separate step
ansible.builtin.apt:
update_cache: yes
# - name: Update all installed packages using APT module
# apt:
# name: '*'