Hi,
I am having the below ansible script.
While executing the script, I am getting error in the role ‘install-packages’. The error is,
“msg”: "The task includes an option with an undefined variable. The error was: {{ ip }}: ‘ip’ is undefined.
It is looking for ‘ip’ variable inside the role ‘install-packages’,
Please provide your feedback…