Solution:
On the host from which you deploy the playbook, it requires "sudo" password to be cached in your login session you start ansible from.
So do something "with sudo" - like sudo cat /etc/shadow - to request your sudo password.
TODO: Add copy of error messages here for people to find this solution 😄 🌻
Solution:
On the host from which you deploy the playbook, it requires "sudo" password to be cached in your login session you start ansible from.
So do something "with sudo" - like
sudo cat /etc/shadow- to request your sudo password.TODO: Add copy of error messages here for people to find this solution 😄 🌻