From 07e40c569fa8f28405970fbe0dbda1488caef738 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 6 Feb 2014 17:34:29 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c48256f..c71c6ff 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is just my repository of playbooks. You can now test by typing: - ansible -c local -m ping all + ansible-playbook -c local --tags="common,mysql,apache" ./create-user.yml You should see: @@ -33,7 +33,7 @@ You should see: ### Check my.cnf -You may need to set up a ~/.my.cnf file for the user you'll run this as: +You may need to set up a ~/.my.cnf file for the user you'll run this as (you'll probably need the user specified in the file, not just the password!): [client] user=root