Skip to content

Commit 3a3b80a

Browse files
ruturajmolawadeOracle Public Cloud User
and
Oracle Public Cloud User
authored
Release 2.14.0 2021 01 28 23 19 32 (#46)
* Releasing version 2.14.0 * changed release note for Cloud Guard Modules Co-authored-by: Oracle Public Cloud User <opc@inst-cgwy1-collections-ocirunner-instance-pool.runnersubnet.runnervcn.oraclevcn.com>
1 parent e284fc9 commit 3a3b80a

File tree

771 files changed

+36012
-1167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

771 files changed

+36012
-1167
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.14.0] - 2021-1-28
8+
9+
### Added
10+
- Added modules to manage [Data Safe On-Premises Connector](https://docs.oracle.com/en-us/iaas/data-safe/doc/register-onpremises-oracle-databases-using-oracle-data-safe-onpremises-connector.html)
11+
- Support for resetting and resuming mysql channel (`oci_mysql_channel_actions` module)
12+
- Create dataguard association with standby database from given database software image.
13+
- Support for precheck, upgrade and rollback in `oci_database_database_actions`
14+
- `oci_marketplace_tax_facts` module
15+
- `oci_data_catalog_custom_property_facts` module
16+
- Added parameters `batch_rollover_size_in_mbs`, `batch_rollover_time_in_ms` and `log_group_id` in `oci_sch_service_connector`
17+
- Sample to create a custom image from an instance
18+
- Sample to create a vlan
19+
- Sample to create a Private Load Balancer
20+
- Sample to create public and private DNS
21+
- Added modules to manage Cloud Guard [Targets](https://docs.oracle.com/en-us/iaas/cloud-guard/using/targets.htm), [Detector Recipes](https://docs.oracle.com/en-us/iaas/cloud-guard/using/detect-recipes.htm) and [Responder Recipes](https://docs.oracle.com/en-us/iaas/cloud-guard/using/respond-recipes.htm)
22+
23+
### Fixed
24+
- Issue https://github.com/oracle/oci-ansible-collection/issues/15
25+
- Issue https://github.com/oracle/oci-ansible-collection/issues/35
26+
27+
### Breaking changes
28+
- Parameters `freeform_tags` and `defined_tags` are **removed** from `oci_data_safe_configuration` module
29+
- Parameter compartment_id is **required** to list multiple `data_safe_private_endpoint`s in `oci_data_safe_private_endpoint_facts` module
30+
31+
### Changed:
32+
- Please update to the latest version of OCI Python SDK (2.28.0)
33+
34+
735
## [2.13.0] - 2021-1-13
836

937
### Added

docs/collections/index_module.rst

+11
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,15 @@ oracle.oci
7272
* :ref:`oracle.oci.oci_cloud_guard_configuration <ansible_collections.oracle.oci.oci_cloud_guard_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
7373
* :ref:`oracle.oci.oci_cloud_guard_configuration_facts <ansible_collections.oracle.oci.oci_cloud_guard_configuration_facts_module>` -- Fetches details about a Configuration resource in Oracle Cloud Infrastructure
7474
* :ref:`oracle.oci.oci_cloud_guard_detector_facts <ansible_collections.oracle.oci.oci_cloud_guard_detector_facts_module>` -- Fetches details about one or multiple Detector resources in Oracle Cloud Infrastructure
75+
* :ref:`oracle.oci.oci_cloud_guard_detector_recipe <ansible_collections.oracle.oci.oci_cloud_guard_detector_recipe_module>` -- Manage a DetectorRecipe resource in Oracle Cloud Infrastructure
76+
* :ref:`oracle.oci.oci_cloud_guard_detector_recipe_facts <ansible_collections.oracle.oci.oci_cloud_guard_detector_recipe_facts_module>` -- Fetches details about one or multiple DetectorRecipe resources in Oracle Cloud Infrastructure
7577
* :ref:`oracle.oci.oci_cloud_guard_managed_list <ansible_collections.oracle.oci.oci_cloud_guard_managed_list_module>` -- Manage a ManagedList resource in Oracle Cloud Infrastructure
7678
* :ref:`oracle.oci.oci_cloud_guard_managed_list_facts <ansible_collections.oracle.oci.oci_cloud_guard_managed_list_facts_module>` -- Fetches details about one or multiple ManagedList resources in Oracle Cloud Infrastructure
7779
* :ref:`oracle.oci.oci_cloud_guard_managed_list_type_facts <ansible_collections.oracle.oci.oci_cloud_guard_managed_list_type_facts_module>` -- Fetches details about one or multiple ManagedListType resources in Oracle Cloud Infrastructure
80+
* :ref:`oracle.oci.oci_cloud_guard_responder_recipe <ansible_collections.oracle.oci.oci_cloud_guard_responder_recipe_module>` -- Manage a ResponderRecipe resource in Oracle Cloud Infrastructure
81+
* :ref:`oracle.oci.oci_cloud_guard_responder_recipe_facts <ansible_collections.oracle.oci.oci_cloud_guard_responder_recipe_facts_module>` -- Fetches details about one or multiple ResponderRecipe resources in Oracle Cloud Infrastructure
82+
* :ref:`oracle.oci.oci_cloud_guard_target <ansible_collections.oracle.oci.oci_cloud_guard_target_module>` -- Manage a Target resource in Oracle Cloud Infrastructure
83+
* :ref:`oracle.oci.oci_cloud_guard_target_facts <ansible_collections.oracle.oci.oci_cloud_guard_target_facts_module>` -- Fetches details about one or multiple Target resources in Oracle Cloud Infrastructure
7884
* :ref:`oracle.oci.oci_compute_app_catalog_listing_facts <ansible_collections.oracle.oci.oci_compute_app_catalog_listing_facts_module>` -- Fetches details about one or multiple AppCatalogListing resources in Oracle Cloud Infrastructure
7985
* :ref:`oracle.oci.oci_compute_app_catalog_listing_resource_version_agreement_facts <ansible_collections.oracle.oci.oci_compute_app_catalog_listing_resource_version_agreement_facts_module>` -- Fetches details about a AppCatalogListingResourceVersionAgreement resource in Oracle Cloud Infrastructure
8086
* :ref:`oracle.oci.oci_compute_app_catalog_listing_resource_version_facts <ansible_collections.oracle.oci.oci_compute_app_catalog_listing_resource_version_facts_module>` -- Fetches details about one or multiple AppCatalogListingResourceVersion resources in Oracle Cloud Infrastructure
@@ -163,6 +169,9 @@ oracle.oci
163169
* :ref:`oracle.oci.oci_data_integration_workspace_facts <ansible_collections.oracle.oci.oci_data_integration_workspace_facts_module>` -- Fetches details about one or multiple Workspace resources in Oracle Cloud Infrastructure
164170
* :ref:`oracle.oci.oci_data_safe_configuration <ansible_collections.oracle.oci.oci_data_safe_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
165171
* :ref:`oracle.oci.oci_data_safe_configuration_facts <ansible_collections.oracle.oci.oci_data_safe_configuration_facts_module>` -- Fetches details about a Configuration resource in Oracle Cloud Infrastructure
172+
* :ref:`oracle.oci.oci_data_safe_on_prem_connector <ansible_collections.oracle.oci.oci_data_safe_on_prem_connector_module>` -- Manage an OnPremConnector resource in Oracle Cloud Infrastructure
173+
* :ref:`oracle.oci.oci_data_safe_on_prem_connector_actions <ansible_collections.oracle.oci.oci_data_safe_on_prem_connector_actions_module>` -- Perform actions on an OnPremConnector resource in Oracle Cloud Infrastructure
174+
* :ref:`oracle.oci.oci_data_safe_on_prem_connector_facts <ansible_collections.oracle.oci.oci_data_safe_on_prem_connector_facts_module>` -- Fetches details about one or multiple OnPremConnector resources in Oracle Cloud Infrastructure
166175
* :ref:`oracle.oci.oci_data_safe_private_endpoint <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_module>` -- Manage a DataSafePrivateEndpoint resource in Oracle Cloud Infrastructure
167176
* :ref:`oracle.oci.oci_data_safe_private_endpoint_facts <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_facts_module>` -- Fetches details about one or multiple DataSafePrivateEndpoint resources in Oracle Cloud Infrastructure
168177
* :ref:`oracle.oci.oci_data_science_model <ansible_collections.oracle.oci.oci_data_science_model_module>` -- Manage a Model resource in Oracle Cloud Infrastructure
@@ -436,6 +445,7 @@ oracle.oci
436445
* :ref:`oracle.oci.oci_marketplace_publisher_facts <ansible_collections.oracle.oci.oci_marketplace_publisher_facts_module>` -- Fetches details about one or multiple Publisher resources in Oracle Cloud Infrastructure
437446
* :ref:`oracle.oci.oci_marketplace_report_collection_facts <ansible_collections.oracle.oci.oci_marketplace_report_collection_facts_module>` -- Fetches details about one or multiple ReportCollection resources in Oracle Cloud Infrastructure
438447
* :ref:`oracle.oci.oci_marketplace_report_type_collection_facts <ansible_collections.oracle.oci.oci_marketplace_report_type_collection_facts_module>` -- Fetches details about one or multiple ReportTypeCollection resources in Oracle Cloud Infrastructure
448+
* :ref:`oracle.oci.oci_marketplace_tax_facts <ansible_collections.oracle.oci.oci_marketplace_tax_facts_module>` -- Fetches details about one or multiple Tax resources in Oracle Cloud Infrastructure
439449
* :ref:`oracle.oci.oci_monitoring_alarm <ansible_collections.oracle.oci.oci_monitoring_alarm_module>` -- Manage an Alarm resource in Oracle Cloud Infrastructure
440450
* :ref:`oracle.oci.oci_monitoring_alarm_actions <ansible_collections.oracle.oci.oci_monitoring_alarm_actions_module>` -- Perform actions on an Alarm resource in Oracle Cloud Infrastructure
441451
* :ref:`oracle.oci.oci_monitoring_alarm_facts <ansible_collections.oracle.oci.oci_monitoring_alarm_facts_module>` -- Fetches details about one or multiple Alarm resources in Oracle Cloud Infrastructure
@@ -453,6 +463,7 @@ oracle.oci
453463
* :ref:`oracle.oci.oci_mysql_backup <ansible_collections.oracle.oci.oci_mysql_backup_module>` -- Manage a Backup resource in Oracle Cloud Infrastructure
454464
* :ref:`oracle.oci.oci_mysql_backup_facts <ansible_collections.oracle.oci.oci_mysql_backup_facts_module>` -- Fetches details about one or multiple Backup resources in Oracle Cloud Infrastructure
455465
* :ref:`oracle.oci.oci_mysql_channel <ansible_collections.oracle.oci.oci_mysql_channel_module>` -- Manage a Channel resource in Oracle Cloud Infrastructure
466+
* :ref:`oracle.oci.oci_mysql_channel_actions <ansible_collections.oracle.oci.oci_mysql_channel_actions_module>` -- Perform actions on a Channel resource in Oracle Cloud Infrastructure
456467
* :ref:`oracle.oci.oci_mysql_channel_facts <ansible_collections.oracle.oci.oci_mysql_channel_facts_module>` -- Fetches details about one or multiple Channel resources in Oracle Cloud Infrastructure
457468
* :ref:`oracle.oci.oci_mysql_configuration <ansible_collections.oracle.oci.oci_mysql_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
458469
* :ref:`oracle.oci.oci_mysql_configuration_facts <ansible_collections.oracle.oci.oci_mysql_configuration_facts_module>` -- Fetches details about one or multiple Configuration resources in Oracle Cloud Infrastructure

docs/collections/oracle/oci/index.rst

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Oracle.Oci
66
==========
77

8-
Collection version 2.13.0
8+
Collection version 2.14.0
99

1010
.. toctree::
1111
:maxdepth: 1
@@ -88,9 +88,15 @@ Modules
8888
* :ref:`oci_cloud_guard_configuration <ansible_collections.oracle.oci.oci_cloud_guard_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
8989
* :ref:`oci_cloud_guard_configuration_facts <ansible_collections.oracle.oci.oci_cloud_guard_configuration_facts_module>` -- Fetches details about a Configuration resource in Oracle Cloud Infrastructure
9090
* :ref:`oci_cloud_guard_detector_facts <ansible_collections.oracle.oci.oci_cloud_guard_detector_facts_module>` -- Fetches details about one or multiple Detector resources in Oracle Cloud Infrastructure
91+
* :ref:`oci_cloud_guard_detector_recipe <ansible_collections.oracle.oci.oci_cloud_guard_detector_recipe_module>` -- Manage a DetectorRecipe resource in Oracle Cloud Infrastructure
92+
* :ref:`oci_cloud_guard_detector_recipe_facts <ansible_collections.oracle.oci.oci_cloud_guard_detector_recipe_facts_module>` -- Fetches details about one or multiple DetectorRecipe resources in Oracle Cloud Infrastructure
9193
* :ref:`oci_cloud_guard_managed_list <ansible_collections.oracle.oci.oci_cloud_guard_managed_list_module>` -- Manage a ManagedList resource in Oracle Cloud Infrastructure
9294
* :ref:`oci_cloud_guard_managed_list_facts <ansible_collections.oracle.oci.oci_cloud_guard_managed_list_facts_module>` -- Fetches details about one or multiple ManagedList resources in Oracle Cloud Infrastructure
9395
* :ref:`oci_cloud_guard_managed_list_type_facts <ansible_collections.oracle.oci.oci_cloud_guard_managed_list_type_facts_module>` -- Fetches details about one or multiple ManagedListType resources in Oracle Cloud Infrastructure
96+
* :ref:`oci_cloud_guard_responder_recipe <ansible_collections.oracle.oci.oci_cloud_guard_responder_recipe_module>` -- Manage a ResponderRecipe resource in Oracle Cloud Infrastructure
97+
* :ref:`oci_cloud_guard_responder_recipe_facts <ansible_collections.oracle.oci.oci_cloud_guard_responder_recipe_facts_module>` -- Fetches details about one or multiple ResponderRecipe resources in Oracle Cloud Infrastructure
98+
* :ref:`oci_cloud_guard_target <ansible_collections.oracle.oci.oci_cloud_guard_target_module>` -- Manage a Target resource in Oracle Cloud Infrastructure
99+
* :ref:`oci_cloud_guard_target_facts <ansible_collections.oracle.oci.oci_cloud_guard_target_facts_module>` -- Fetches details about one or multiple Target resources in Oracle Cloud Infrastructure
94100
* :ref:`oci_compute_app_catalog_listing_facts <ansible_collections.oracle.oci.oci_compute_app_catalog_listing_facts_module>` -- Fetches details about one or multiple AppCatalogListing resources in Oracle Cloud Infrastructure
95101
* :ref:`oci_compute_app_catalog_listing_resource_version_agreement_facts <ansible_collections.oracle.oci.oci_compute_app_catalog_listing_resource_version_agreement_facts_module>` -- Fetches details about a AppCatalogListingResourceVersionAgreement resource in Oracle Cloud Infrastructure
96102
* :ref:`oci_compute_app_catalog_listing_resource_version_facts <ansible_collections.oracle.oci.oci_compute_app_catalog_listing_resource_version_facts_module>` -- Fetches details about one or multiple AppCatalogListingResourceVersion resources in Oracle Cloud Infrastructure
@@ -179,6 +185,9 @@ Modules
179185
* :ref:`oci_data_integration_workspace_facts <ansible_collections.oracle.oci.oci_data_integration_workspace_facts_module>` -- Fetches details about one or multiple Workspace resources in Oracle Cloud Infrastructure
180186
* :ref:`oci_data_safe_configuration <ansible_collections.oracle.oci.oci_data_safe_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
181187
* :ref:`oci_data_safe_configuration_facts <ansible_collections.oracle.oci.oci_data_safe_configuration_facts_module>` -- Fetches details about a Configuration resource in Oracle Cloud Infrastructure
188+
* :ref:`oci_data_safe_on_prem_connector <ansible_collections.oracle.oci.oci_data_safe_on_prem_connector_module>` -- Manage an OnPremConnector resource in Oracle Cloud Infrastructure
189+
* :ref:`oci_data_safe_on_prem_connector_actions <ansible_collections.oracle.oci.oci_data_safe_on_prem_connector_actions_module>` -- Perform actions on an OnPremConnector resource in Oracle Cloud Infrastructure
190+
* :ref:`oci_data_safe_on_prem_connector_facts <ansible_collections.oracle.oci.oci_data_safe_on_prem_connector_facts_module>` -- Fetches details about one or multiple OnPremConnector resources in Oracle Cloud Infrastructure
182191
* :ref:`oci_data_safe_private_endpoint <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_module>` -- Manage a DataSafePrivateEndpoint resource in Oracle Cloud Infrastructure
183192
* :ref:`oci_data_safe_private_endpoint_facts <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_facts_module>` -- Fetches details about one or multiple DataSafePrivateEndpoint resources in Oracle Cloud Infrastructure
184193
* :ref:`oci_data_science_model <ansible_collections.oracle.oci.oci_data_science_model_module>` -- Manage a Model resource in Oracle Cloud Infrastructure
@@ -452,6 +461,7 @@ Modules
452461
* :ref:`oci_marketplace_publisher_facts <ansible_collections.oracle.oci.oci_marketplace_publisher_facts_module>` -- Fetches details about one or multiple Publisher resources in Oracle Cloud Infrastructure
453462
* :ref:`oci_marketplace_report_collection_facts <ansible_collections.oracle.oci.oci_marketplace_report_collection_facts_module>` -- Fetches details about one or multiple ReportCollection resources in Oracle Cloud Infrastructure
454463
* :ref:`oci_marketplace_report_type_collection_facts <ansible_collections.oracle.oci.oci_marketplace_report_type_collection_facts_module>` -- Fetches details about one or multiple ReportTypeCollection resources in Oracle Cloud Infrastructure
464+
* :ref:`oci_marketplace_tax_facts <ansible_collections.oracle.oci.oci_marketplace_tax_facts_module>` -- Fetches details about one or multiple Tax resources in Oracle Cloud Infrastructure
455465
* :ref:`oci_monitoring_alarm <ansible_collections.oracle.oci.oci_monitoring_alarm_module>` -- Manage an Alarm resource in Oracle Cloud Infrastructure
456466
* :ref:`oci_monitoring_alarm_actions <ansible_collections.oracle.oci.oci_monitoring_alarm_actions_module>` -- Perform actions on an Alarm resource in Oracle Cloud Infrastructure
457467
* :ref:`oci_monitoring_alarm_facts <ansible_collections.oracle.oci.oci_monitoring_alarm_facts_module>` -- Fetches details about one or multiple Alarm resources in Oracle Cloud Infrastructure
@@ -469,6 +479,7 @@ Modules
469479
* :ref:`oci_mysql_backup <ansible_collections.oracle.oci.oci_mysql_backup_module>` -- Manage a Backup resource in Oracle Cloud Infrastructure
470480
* :ref:`oci_mysql_backup_facts <ansible_collections.oracle.oci.oci_mysql_backup_facts_module>` -- Fetches details about one or multiple Backup resources in Oracle Cloud Infrastructure
471481
* :ref:`oci_mysql_channel <ansible_collections.oracle.oci.oci_mysql_channel_module>` -- Manage a Channel resource in Oracle Cloud Infrastructure
482+
* :ref:`oci_mysql_channel_actions <ansible_collections.oracle.oci.oci_mysql_channel_actions_module>` -- Perform actions on a Channel resource in Oracle Cloud Infrastructure
472483
* :ref:`oci_mysql_channel_facts <ansible_collections.oracle.oci.oci_mysql_channel_facts_module>` -- Fetches details about one or multiple Channel resources in Oracle Cloud Infrastructure
473484
* :ref:`oci_mysql_configuration <ansible_collections.oracle.oci.oci_mysql_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
474485
* :ref:`oci_mysql_configuration_facts <ansible_collections.oracle.oci.oci_mysql_configuration_facts_module>` -- Fetches details about one or multiple Configuration resources in Oracle Cloud Infrastructure

docs/collections/oracle/oci/oci_analytics_instance_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_analytics_instance_actions -- Perform actions on an AnalyticsInst
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.13.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.14.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

docs/collections/oracle/oci/oci_analytics_instance_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_analytics_instance_facts -- Fetches details about one or multiple
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.13.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.14.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

docs/collections/oracle/oci/oci_analytics_instance_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_analytics_instance -- Manage an AnalyticsInstance resource in Ora
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.13.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.14.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

docs/collections/oracle/oci/oci_announcements_service_announcement_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcement_facts -- Fetches details about
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.13.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.14.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

docs/collections/oracle/oci/oci_announcements_service_announcement_user_status_details_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcement_user_status_details_facts -- F
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.13.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.14.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

docs/collections/oracle/oci/oci_announcements_service_announcement_user_status_details_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcement_user_status_details -- Manage
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.13.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.14.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

0 commit comments

Comments
 (0)