Adjust ansible_managed to use comment filter

We don't need to comment the ansible_managed block manually.
This commit is contained in:
2019-01-10 12:50:54 +02:00
parent e6d5e81d29
commit bbab45ae6f
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
# default blank vhost
#

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% if ansible_distribution == 'Ubuntu' %}
{% if nginx_version == "stable" %}

View File

@ -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 %}