While installing pkgs Ansible fails, because there is a need to accept licensing terms.
How to auto accept terms through ansible-playbook?
ansible-playbook
For virtualbox-ext-pack
- debconf: name: virtualbox-ext-pack question: virtualbox-ext-pack/license value: "true" vtype: select
before apt install command.