chocolat-public icon indicating copy to clipboard operation
chocolat-public copied to clipboard

Syntax highlighting in YAML fails with quotes

Open alexmbird opened this issue 9 years ago • 0 comments


---
- name: "Install docker-engine, version {{ docker_engine_version }}"
  apt: pkg="docker-engine={{ docker_engine_version }}" state=installed update_cache=true cache_valid_time=3600
  sudo: yes
  tags:
    - docker_setup
    - initial_setup
  notify: Restart docker-engine

- name: Generate /etc/default/docker
  notify: Restart docker-engine

Highlighting fails somewhere on the apt: pkg="docker-engine line and the rest of my file is treated as quoted text. Please to fix, I keep messing up my YAML :(

alexmbird avatar Feb 10 '16 13:02 alexmbird