roles/mariadb: Add "ansible managed" header to managed files
This commit is contained in:
parent
283cecf2a2
commit
09feb9a40c
@ -1,3 +1,4 @@
|
|||||||
|
# {{ ansible_managed }}
|
||||||
{% if ansible_distribution == 'Ubuntu' and ansible_distribution_version == '16.04' %}
|
{% if ansible_distribution == 'Ubuntu' and ansible_distribution_version == '16.04' %}
|
||||||
|
|
||||||
# there are no xenial builds yet, so use wily
|
# there are no xenial builds yet, so use wily
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
# MariaDB database server configuration file.
|
# MariaDB database server configuration file.
|
||||||
#
|
#
|
||||||
# You can copy this file to one of:
|
# You can copy this file to one of:
|
||||||
|
Loading…
Reference in New Issue
Block a user