Adjust ansible_managed to use comment filter
We don't need to comment the ansible_managed block manually.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# {{ ansible_managed }}
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
{# helper variables and per-site defaults that we can't set in role defaults #}
|
||||
{% set domain_name = item.domain_name %}
|
||||
|
Reference in New Issue
Block a user