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
|
@ -1,4 +1,4 @@
|
|||
#{{ ansible_managed }}
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
{% if postfix_smtp_sasl_auth_enabled is defined and postfix_smtp_sasl_auth_enabled %}
|
||||
{{ "%-50s %s:%s" | format(postfix_smtp_sasl_auth_relay, postfix_smtp_sasl_auth_user, postfix_smtp_sasl_auth_password) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue