summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-09-16 10:37:56 -0400
committerJames Cammarata <jimi@sngx.net>2015-09-16 10:37:56 -0400
commitf6aa88fb77dcc86fad1ce4ca86ed9048360eed7d (patch)
tree64660bcadb0a60b256d6aa866203161c3ecb2f80
parentb2848bd25f7514e82b598300548d2d2e63569bd6 (diff)
parentd31f61e35ceac1666bb05b09e6b15774214effce (diff)
downloadansible-f6aa88fb77dcc86fad1ce4ca86ed9048360eed7d.tar.gz
Merge pull request #12388 from jkugler/patch-2
Wrong column named
-rw-r--r--docsite/rst/playbooks_lookups.rst2
1 files changed, 1 insertions, 1 deletions
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::