From fad419b63e6344ff22b962d26680aaa3fb97eaa7 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 20 Apr 2015 13:58:37 -0500 Subject: [PATCH] Clarify README for PR #27. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb3ece..3d942c8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Whether MySQL should be enabled on startup. overwrite_global_mycnf: yes -Whether the global my.cnf should be overwritten each time ansible runs. "no" will only create the file if it doesn't exist. +Whether the global my.cnf should be overwritten each time this role is run. Setting this to `no` tells Ansible to only create the `my.cnf` file if it doesn't exist. This should be left at its default value (`yes`) if you'd like to use this role's variables to configure MySQL. mysql_databases: []