1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed extract version

This commit is contained in:
Brian Coca 2016-01-12 13:26:46 -05:00
parent 5760f0effb
commit 06b0161e6d

View file

@ -357,7 +357,7 @@ setting in `ansible.cfg`.
Extracting values from containers
---------------------------------
.. versionadded:: 2.0
.. versionadded:: 2.1
The `extract` filter is used to map from a list of indices to a list of
values from a container (hash or array)::