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 }}
{% if ansible_distribution == 'Ubuntu' %}
deb [arch=amd64] http://mirror.23media.de/mariadb/repo/10.3/ubuntu {{ ansible_distribution_release }} main

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
# MariaDB database server configuration file.
#