Files
ansible-role-aide/templates/foo.conf.j2
T
2024-10-22 10:07:09 -06:00

10 lines
231 B
Django/Jinja

# SPDX-License-Identifier: MIT
#
# Example of a template of configuration file
#
{{ ansible_managed | comment }}
{{ "system_role:template" | comment(prefix="", postfix="") }}
[foo]
foo = {{ template_foo }}
bar = {{ template_bar }}