mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #12360 from Yannig/devel_fix_ini_doc
Fix ansible v2 documentation for ini lookup plugin
This commit is contained in:
commit
e342e1df29
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue