update added version
parent
f3e851d544
commit
89efc29ab4
|
@ -8,7 +8,7 @@ ansible.utils.consolidate
|
||||||
**Consolidate facts together on common attributes.**
|
**Consolidate facts together on common attributes.**
|
||||||
|
|
||||||
|
|
||||||
Version added: 2.5.2
|
Version added: 2.6.0
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
|
@ -15,7 +15,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
name: consolidate
|
name: consolidate
|
||||||
author: Sagar Paul (@KB-perByte)
|
author: Sagar Paul (@KB-perByte)
|
||||||
version_added: "2.5.2"
|
version_added: "2.6.0"
|
||||||
short_description: Consolidate facts together on common attributes.
|
short_description: Consolidate facts together on common attributes.
|
||||||
description:
|
description:
|
||||||
- This plugin presents collective structured data including all supplied facts grouping on common attributes mentioned.
|
- This plugin presents collective structured data including all supplied facts grouping on common attributes mentioned.
|
||||||
|
|
Loading…
Reference in New Issue