From d31f61e35ceac1666bb05b09e6b15774214effce Mon Sep 17 00:00:00 2001 From: Joshua Kugler Date: Tue, 15 Sep 2015 15:49:38 -0800 Subject: Wrong column named Correcting the docs to match the example, which I assume to be correct. --- docsite/rst/playbooks_lookups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index a993ed1e54..877ec4702f 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -100,7 +100,7 @@ The CSV File Lookup The ``csvfile`` lookup reads the contents of a file in CSV (comma-separated value) format. The lookup looks for the row where the first column matches ``keyname``, and -returns the value in the first column, unless a different column is specified. +returns the value in the second column, unless a different column is specified. The example below shows the contents of a CSV file named elements.csv with information about the periodic table of elements:: -- cgit v1.2.1