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 }}
|
||||
{% if ansible_distribution == 'Ubuntu' %}
|
||||
|
||||
deb [arch=amd64] http://mirror.23media.de/mariadb/repo/10.3/ubuntu {{ ansible_distribution_release }} main
|
||||
|
@ -1,4 +1,4 @@
|
||||
# {{ ansible_managed }}
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
# MariaDB database server configuration file.
|
||||
#
|
||||
|
Reference in New Issue
Block a user