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