update review 1

pull/156/head
KB-perByte 2022-04-06 19:19:48 +05:30
parent e7d50b8ce6
commit f3e851d544
No known key found for this signature in database
GPG Key ID: F49472BE1744C3D5
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Parameters
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=dictionary</span>
/ <span style="color: red">required</span>
</div>
</td>
<td>
@ -63,6 +64,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">raw</span>
/ <span style="color: red">required</span>
</div>
</td>
<td>
@ -81,6 +83,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
/ <span style="color: red">required</span>
</div>
</td>
<td>
@ -99,6 +102,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
/ <span style="color: red">required</span>
</div>
</td>
<td>

View File

@ -28,16 +28,20 @@ DOCUMENTATION = """
- For example C(facts_source|ansible.utils.consolidate(fail_missing_match_key=False))), in this case C(facts_source) represents this option.
type: list
elements: dict
required: True
suboptions:
data:
description: Specify facts data that gets consolidated.
type: raw
required: True
match_key:
description: Specify key to match on.
type: str
required: True
prefix:
description: Specify the prefix with which the result set be created.
type: str
required: True
fail_missing_match_key:
description: Fail if match_key is not found in a specific data set.
type: bool