summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter/subelements.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/filter/subelements.yml')
-rw-r--r--lib/ansible/plugins/filter/subelements.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/filter/subelements.yml b/lib/ansible/plugins/filter/subelements.yml
index 818237e9..1aa004f5 100644
--- a/lib/ansible/plugins/filter/subelements.yml
+++ b/lib/ansible/plugins/filter/subelements.yml
@@ -4,7 +4,7 @@ DOCUMENTATION:
short_description: returns a product of a list and its elements
positional: _input, _subelement, skip_missing
description:
- - This produces a product of an object and the subelement values of that object, similar to the subelements lookup. This lets you specify individual subelements to use in a template I(_input).
+ - This produces a product of an object and the subelement values of that object, similar to the subelements lookup. This lets you specify individual subelements to use in a template O(_input).
options:
_input:
description: Original list.
@@ -16,7 +16,7 @@ DOCUMENTATION:
type: str
required: yes
skip_missing:
- description: If C(True), ignore missing subelements, otherwise missing subelements generate an error.
+ description: If V(True), ignore missing subelements, otherwise missing subelements generate an error.
type: bool
default: no