Created
December 14, 2018 21:24
-
-
Save megamorf/2fcaf63075fe0498f4bd384484cdc596 to your computer and use it in GitHub Desktop.
Selectively disable Liquid variable interpolation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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