On Ubuntu I want to upgrade the OS with the command "do-release-upgrade" via Ansible, but it has prompts that can not be avoided.
Is there a way to use Ansible which answers the prompts to the user who runs the Ansible script?
We have several servers that can not be accessed with SSH, but with Ansible they can.
Servers are on Ubuntu 16.04 and all of servers need to be upgraded to Ubuntu 20.04.
In this process there are a lot of unavoidable prompts.