Wrong Solution - Ansible Advanced Lab- Project - Variables and Jinja2 Templates

Hello again Dears,
I think there is some mistake in the lab solution if you guys can please confirm with me in the below lab:

as we see in the above picture, the lab asked to exchange the hard coded ip address of the web server with a variable ones, but we are not targeting the variable for web IP address, please advise.

( My solution is in the picture )

This is the Lab solution:

You are right about the lab solution. It is incorrect.

In your solution, you need to change it from ‘web_servers’ to ‘lampweb’

(P.S) If we go by the ask, you have to store that in a variable and then use it

You are correct, thank you for your help bro.