Commit e342e1df by Brian Coca

Merge pull request #12360 from Yannig/devel_fix_ini_doc

Fix ansible v2 documentation for ini lookup plugin
parents 4f30db8c 54eb08eb
......@@ -176,7 +176,7 @@ Here's a simple properties we'll take as an example::
You can retrieve the ``user.name`` field with the following lookup::
- debug: msg="user.name is {{ lookup('ini', 'user.name type=property file=user.properties') }}"
- debug: msg="user.name is {{ lookup('ini', 'user.name type=properties file=user.properties') }}"
The ``ini`` lookup supports several arguments like the csv plugin. The format for passing
arguments is::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment