From 1c6b0f93f1d416c21eb9be1f7c905e67fbd55f59 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 23 Feb 2013 13:17:15 -0500 Subject: [PATCH] Best practices doc updates --- docsite/rst/bestpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/bestpractices.rst b/docsite/rst/bestpractices.rst index 32aa54512c5..21313868fca 100644 --- a/docsite/rst/bestpractices.rst +++ b/docsite/rst/bestpractices.rst @@ -268,7 +268,7 @@ This makes a dynamic group of hosts matching certain criteria, even if that grou - hosts: all tasks: - - group_by key=${ansible_distribution} + - group_by: key=${ansible_distribution} # now just on the CentOS hosts...