Hi
I have a playbook that displays a warning when certain legacy variables are found.
This works, but I am looking for an alternative that does not involve a looped task.
My attempt below works only partly, because select(‘defined’) does not work for a nested variable.
What could be a solution?