Skip to content

Instantly share code, notes, and snippets.

@ryanlelek
Created May 13, 2018 16:16
Show Gist options
  • Save ryanlelek/b0628ff40bd4a1088ce0bc22ea666fc0 to your computer and use it in GitHub Desktop.
Save ryanlelek/b0628ff40bd4a1088ce0bc22ea666fc0 to your computer and use it in GitHub Desktop.
AnsibleTutorials Template Patch (Temp)
# Regular Variable
{{ regular_variable }}
# If / Else
{% if use_hyperdrive == false %}
Hyperdrive is not enabled
{% else %}
Hyperdrive is enabled!
{% endif %}
# Loop
{% for item in mylist %}
I need to buy {{ item }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment