diff --git a/beszel_install.yaml b/beszel_install.yaml index 714a51c..3aec37b 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -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: '*'