commit | 1b9afd111251eb7251a4ce3ad2640b9990072623 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Mar 19 13:05:35 2025 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Wed Mar 19 13:05:39 2025 +0200 |
tree | c4e9e8e59f825a8c00c0c9b968a6b1d49d0b73e5 | |
parent | 5494e00a79083e43dac8be2b385cce4e1fb0d4ba [diff] |
workarounds/02-install-linux-modules-extra-for-z3fold.yaml: Update APT cache before installing the package Change-Id: I8f716162c5b1b3206a473b1e528f542936c47c47
diff --git a/playbooks/workarounds/02-install-linux-modules-extra-for-z3fold.yaml b/playbooks/workarounds/02-install-linux-modules-extra-for-z3fold.yaml index 2fab526..24773fb 100644 --- a/playbooks/workarounds/02-install-linux-modules-extra-for-z3fold.yaml +++ b/playbooks/workarounds/02-install-linux-modules-extra-for-z3fold.yaml
@@ -18,4 +18,4 @@ # to the image creation stage. - name: Install the package linux-modules-extra for the currently running kernel become: true - ansible.builtin.shell: apt-get install -y linux-modules-extra-$(uname -r) \ No newline at end of file + ansible.builtin.shell: apt-get update && apt-get install -y linux-modules-extra-$(uname -r)