mhamrah / ansible-mesos-playbook

An ansible playbook for launching a mesos cluster with docker and marathon support.
MIT License
151 stars 60 forks source link

Latest version of ansible complains if there is no space after colon #10

Closed maccam912 closed 9 years ago

maccam912 commented 9 years ago

I'm using ansible 1.9.0.1 and ansible was having a fit when there was no space after the colon, as in many of the instances of "tags". It shouldn't break compatibility with older versions of ansible, since it is still valid yaml with the space.

mhamrah commented 9 years ago

Thanks!