Jinja2 Cheatsheet

Sections Basic Jinja Package Management Resources home Master CheatSheet Index Basic Jinja Simple substitution of the value of foo {{ foo }} Simple conditional {%if foo } Stuff to include {% endif } Uninstall a python package + [source,bash] ---- pip uninstall ansible ---- See what versions are available (use illegal version string!