This repository was archived by the owner on May 25, 2019. It is now read-only.

Description
Commit 8050b3f breaks this silly example:
- name: silly rule
command: echo "when {{ when }}"
when: some_condition
The problem is that the first } now ends the yamlMapping group, and so the second " starts an ansibleString group, which continues onto the last line. Here is a screenshot:
