diff options
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 |