Hi,
when performing a PVE update from v5 to v6 using
This is blocking the upgrade using Ansible in my case.
Is there a way to pass an argument to
Thanks
when performing a PVE update from v5 to v6 using
apt dist-upgrade
there is a pve-apt-hook preventing an unattended upgrade:
Bash:
!! ATTENTION !!
You are attempting to upgrade ...
...
Press Enter to continue, or C^c to abort.
This is blocking the upgrade using Ansible in my case.
Is there a way to pass an argument to
apt dist-upgrade
so the warning will be ignored?Thanks