From dc98d35695867b685126812cd280d95238284378 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 12 May 2014 22:13:39 +0100 Subject: [PATCH] Fix typo in README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index affc5fe..8e958f4 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ Example commands Since the mclu cluster is based on an ansible "hosts group", you can also issue ansible commands, eg: - ansible cluster -u root -a "yum -y update" Upgrade all nodes in the cluster + ansible cluster -u root -a "yum -y update" Update all nodes in the cluster ansible cluster -m ping Ping all nodes Configuration notes -- 1.8.3.1