You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/template/templates/72262.j2

4 lines
144 B
Django/Jinja

{% import '72262-vars.j2' as vars with context %}
{% macro included() %}{% include '72262-included.j2' %}{% endmacro %}
{{ included()|indent }}