Use Ansible defaults to insert comments
Enable vscodium code highlighting for some files
This commit is contained in:
parent
4ad48694d5
commit
8c79f8b687
30 changed files with 34 additions and 30 deletions
5
templates/postfix/allowlist.txt.j2
Normal file
5
templates/postfix/allowlist.txt.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ ansible_managed | comment }}
|
||||
|
||||
{% for domain in postfix_tls_helper_allowlist %}
|
||||
{{ domain }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue