Skip to content

Instantly share code, notes, and snippets.

@megamorf
Created December 14, 2018 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megamorf/2fcaf63075fe0498f4bd384484cdc596 to your computer and use it in GitHub Desktop.
Save megamorf/2fcaf63075fe0498f4bd384484cdc596 to your computer and use it in GitHub Desktop.
Selectively disable Liquid variable interpolation
{% raw %}
```yaml
- name: Some action
file:
path: "{{item}}"
```
{% endraw %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment