commit
This commit is contained in:
@@ -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: '*'
|
||||
|
||||
Reference in New Issue
Block a user