Ansible logic misunderstanding ?

Hi.

I have this playbook :

If I run the playbook this is what it does :

ansible-playbook -vvv test_dev.yml

PLAY [installing minimal requeriments] *********************

PLAY RECAP *********************

I change the name of the host, playbook file name and nothing it just doesn’t run again.

Your YAML formatting didn't surve the email.

Can you see about posting a gist on github or something similar?

is this better ?

http://pastebin.com/JnKH5Asc

I found the problem :slight_smile:

And then another missing like!!!

the “tasks:” line was missing so I guess ansible doesn’t complain that is not there.

now is running.