update /etc/hosts file

Hi, I’m just starting with ansible.
I’m running a proxmox server with 12 containers.
I made some playbooks that actually works (like setting tzdata and apt-update)

I was trying to automate etc/hosts file update. I’m using this playbook, taken from [here](http://xmeblog.blogspot.com/2013/06/ansible-dynamicaly-update-et chosts.html):

`

Found it.
It is an extra “space” at lineinfile:

… {{item}} " state=present
should it be

… {{item}}" state=present