Create a new ansible .yml file and put this in:
- name: install python packages
pip: name={{item.name}} version={{item.version}}
with_items:
- { name: 'Jinja2', version: '2.7.1' } # The "version .." string will be colored wrong.
- { name: 'MySQL-python', version: '1.2.5' } # Same here.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4075943-yaml-flow-mappings-are-not-highlighted-correctly?utm_campaign=plugin&utm_content=tracker%2F509109&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F509109&utm_medium=issues&utm_source=github).