commit | 052bd6811c9534336821d2142f20db4bf54ef429 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Jan 24 11:46:32 2024 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Wed Jan 24 11:46:32 2024 +0200 |
tree | 0f3a389f8a424fe84826c2623739308789c25d08 | |
parent | 619dacdcef8c2391de694186b0422537280ff1a6 [diff] |
Answer yes to the APT Change-Id: I44854950906354b5902111132ce5fc754fa7c117
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 5aa3c20..2fab526 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 linux-modules-extra-$(uname -r) \ No newline at end of file + ansible.builtin.shell: apt-get install -y linux-modules-extra-$(uname -r) \ No newline at end of file