diff options
author | Michael Scherer <misc@zarb.org> | 2015-02-10 18:06:51 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-02-10 18:06:51 +0100 |
commit | 5e450c44c432b0fb3e752964153cf49cb219b7a9 (patch) | |
tree | a0994431b7b0c47fb64bc3cf9da3215cddb37705 /roles/mariadb | |
parent | b1205b6993443fd6c2a5e6c9e89e102d19b53cd9 (diff) |
Add a comment to a few files
Diffstat (limited to 'roles/mariadb')
-rw-r--r-- | roles/mariadb/templates/custom.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/mariadb/templates/custom.cnf b/roles/mariadb/templates/custom.cnf index 258f81e..bbdfc4f 100644 --- a/roles/mariadb/templates/custom.cnf +++ b/roles/mariadb/templates/custom.cnf @@ -1,3 +1,4 @@ +# {{ ansible_managed }} [mysqld] bind-address = 127.0.0.1 |