mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
@@ -12,7 +12,7 @@ short_description: Retrieve information about the OneView Data Centers
|
||||
description:
|
||||
- Retrieve information about the OneView Data Centers.
|
||||
- This module was called C(oneview_datacenter_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_datacenter_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_datacenter_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- "hpOneView >= 2.0.1"
|
||||
author:
|
||||
|
||||
@@ -13,7 +13,7 @@ short_description: Retrieve information about one or more Enclosures
|
||||
description:
|
||||
- Retrieve information about one or more of the Enclosures from OneView.
|
||||
- This module was called C(oneview_enclosure_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_enclosure_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_enclosure_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
@@ -12,7 +12,7 @@ short_description: Retrieve the information about one or more of the OneView Eth
|
||||
description:
|
||||
- Retrieve the information about one or more of the Ethernet Networks from OneView.
|
||||
- This module was called C(oneview_ethernet_network_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_ethernet_network_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_ethernet_network_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
@@ -12,7 +12,7 @@ short_description: Retrieve the information about one or more of the OneView Fib
|
||||
description:
|
||||
- Retrieve the information about one or more of the Fibre Channel Networks from OneView.
|
||||
- This module was called C(oneview_fc_network_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_fc_network_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_fc_network_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
@@ -12,7 +12,7 @@ short_description: Retrieve the information about one or more of the OneView FCo
|
||||
description:
|
||||
- Retrieve the information about one or more of the FCoE Networks from OneView.
|
||||
- This module was called C(oneview_fcoe_network_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_fcoe_network_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_fcoe_network_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
@@ -13,7 +13,7 @@ short_description: Retrieve information about one or more of the OneView Logical
|
||||
description:
|
||||
- Retrieve information about one or more of the Logical Interconnect Groups from OneView
|
||||
- This module was called C(oneview_logical_interconnect_group_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_logical_interconnect_group_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_logical_interconnect_group_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
@@ -12,7 +12,7 @@ short_description: Retrieve information about the OneView Network Sets
|
||||
description:
|
||||
- Retrieve information about the Network Sets from OneView.
|
||||
- This module was called C(oneview_network_set_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_network_set_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_network_set_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
@@ -12,7 +12,7 @@ short_description: Retrieve information about one or more of the OneView SAN Man
|
||||
description:
|
||||
- Retrieve information about one or more of the SAN Managers from OneView
|
||||
- This module was called C(oneview_san_manager_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
Note that the M(oneview_san_manager_info) module no longer returns C(ansible_facts)!
|
||||
Note that the M(community.general.oneview_san_manager_info) module no longer returns C(ansible_facts)!
|
||||
requirements:
|
||||
- hpOneView >= 2.0.1
|
||||
author:
|
||||
|
||||
Reference in New Issue
Block a user