Hello,
in one of the excerise the inv file is :
db1 ansible_host=server4.company.com ansible_connection=winrm ansible_user=administrator ansible_ssh_pass=Password123!
we need to use ansible_host variable in our playbook. In solution I see the variable is being used as ansible_host, rather that {{ ansible_host }}
Same is in next question’s solution
age is not being used as {{ age }}
May I know how can we differentiate where to use with {{}} and where to use without {{}}
Thanks
Ashish