Skip to content

Commit 9024126

Browse files
authored
Merge pull request #89 from oracle/release_2.25.0_2021-07-01-07-22-56
## [2.25.0] - 2021-07-01 ## Added - Elastic Storage feature for Exadata Infrastructure and Vm Cluster resources for ExaCC - Support for migrating OKE cluster with a public Kubernetes API Endpoint that is not integrated with your VCN to a VCN-Native cluster (more secure) - Support for managing container scan recipes and targets in Vulnerability Scanning Service - Support to update iscsiLoginState for a VolumeAttachment - `encryption_in_transit_type` parameter in `oci_compute_volume_attachment` module - `parameters_config` parameter in `oci_management_dashboard_actions` module. - `parameters_map` sub-parameter under `tiles` parameter in `oci_management_dashboard_actions` module - Support for 'host_name' and 'is_database_instance_level_metrics' parameters in Operations Insights (opsi) service - Data Safe support for registration and management of target databases. - support for sparkVersion property in the DataFlow Application - support for `is_data_ever_ingested` return parameter for `log_analytics_namespace` modules. ## Fixed - Instance configuration creation from instance issue - logging file permission issue ## Changed - Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk) ### Breaking - For Management Dashboard Service, fields `freeform_tags` and `defined_tags` removed from the response for the action `export_dashboard`. - For DataFlow Application, property spark_version is required for create
2 parents 522b999 + 12f3658 commit 9024126

File tree

1,172 files changed

+16980
-1783
lines changed

Some content is hidden

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

1,172 files changed

+16980
-1783
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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.25.0] - 2021-07-01
8+
9+
## Added
10+
- Elastic Storage feature for Exadata Infrastructure and Vm Cluster resources for ExaCC
11+
- Support for migrating OKE cluster with a public Kubernetes API Endpoint that is not integrated with your VCN to a VCN-Native cluster (more secure)
12+
- Support for managing container scan recipes and targets in Vulnerability Scanning Service
13+
- Support to update iscsiLoginState for a VolumeAttachment
14+
- `encryption_in_transit_type` parameter in `oci_compute_volume_attachment` module
15+
- `parameters_config` parameter in `oci_management_dashboard_actions` module.
16+
- `parameters_map` sub-parameter under `tiles` parameter in `oci_management_dashboard_actions` module
17+
- Support for 'host_name' and 'is_database_instance_level_metrics' parameters in Operations Insights (opsi) service
18+
- Data Safe support for registration and management of target databases.
19+
- support for sparkVersion property in the DataFlow Application
20+
- support for `is_data_ever_ingested` return parameter for `log_analytics_namespace` modules.
21+
22+
## Fixed
23+
- Instance configuration creation from instance issue
24+
- logging file permission issue
25+
26+
## Changed
27+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk)
28+
29+
## Breaking
30+
- For Management Dashboard Service, fields `freeform_tags` and `defined_tags` removed from the response for the action `export_dashboard`.
31+
- For DataFlow Application, property spark_version is required for create
32+
733
## [2.24.0] - 2021-06-17
834

935
## Added

docs/collections/index_module.rst

+11
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ oracle.oci
204204
* :ref:`oracle.oci.oci_container_engine_cluster <ansible_collections.oracle.oci.oci_container_engine_cluster_module>` -- Manage a Cluster resource in Oracle Cloud Infrastructure
205205
* :ref:`oracle.oci.oci_container_engine_cluster_actions <ansible_collections.oracle.oci.oci_container_engine_cluster_actions_module>` -- Perform actions on a Cluster resource in Oracle Cloud Infrastructure
206206
* :ref:`oracle.oci.oci_container_engine_cluster_facts <ansible_collections.oracle.oci.oci_container_engine_cluster_facts_module>` -- Fetches details about one or multiple Cluster resources in Oracle Cloud Infrastructure
207+
* :ref:`oracle.oci.oci_container_engine_cluster_migrate_to_native_vcn_status_facts <ansible_collections.oracle.oci.oci_container_engine_cluster_migrate_to_native_vcn_status_facts_module>` -- Fetches details about a ClusterMigrateToNativeVcnStatus resource in Oracle Cloud Infrastructure
207208
* :ref:`oracle.oci.oci_container_engine_cluster_options_facts <ansible_collections.oracle.oci.oci_container_engine_cluster_options_facts_module>` -- Fetches details about a ClusterOptions resource in Oracle Cloud Infrastructure
208209
* :ref:`oracle.oci.oci_container_engine_kubeconfig <ansible_collections.oracle.oci.oci_container_engine_kubeconfig_module>` -- Manage a Kubeconfig resource in Oracle Cloud Infrastructure
209210
* :ref:`oracle.oci.oci_container_engine_node_pool <ansible_collections.oracle.oci.oci_container_engine_node_pool_module>` -- Manage a NodePool resource in Oracle Cloud Infrastructure
@@ -249,6 +250,9 @@ oracle.oci
249250
* :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
250251
* :ref:`oracle.oci.oci_data_safe_private_endpoint_actions <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_actions_module>` -- Perform actions on a DataSafePrivateEndpoint resource in Oracle Cloud Infrastructure
251252
* :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
253+
* :ref:`oracle.oci.oci_data_safe_target_database <ansible_collections.oracle.oci.oci_data_safe_target_database_module>` -- Manage a TargetDatabase resource in Oracle Cloud Infrastructure
254+
* :ref:`oracle.oci.oci_data_safe_target_database_actions <ansible_collections.oracle.oci.oci_data_safe_target_database_actions_module>` -- Perform actions on a TargetDatabase resource in Oracle Cloud Infrastructure
255+
* :ref:`oracle.oci.oci_data_safe_target_database_facts <ansible_collections.oracle.oci.oci_data_safe_target_database_facts_module>` -- Fetches details about one or multiple TargetDatabase resources in Oracle Cloud Infrastructure
252256
* :ref:`oracle.oci.oci_data_science_model <ansible_collections.oracle.oci.oci_data_science_model_module>` -- Manage a Model resource in Oracle Cloud Infrastructure
253257
* :ref:`oracle.oci.oci_data_science_model_actions <ansible_collections.oracle.oci.oci_data_science_model_actions_module>` -- Perform actions on a Model resource in Oracle Cloud Infrastructure
254258
* :ref:`oracle.oci.oci_data_science_model_artifact <ansible_collections.oracle.oci.oci_data_science_model_artifact_module>` -- Manage a ModelArtifact resource in Oracle Cloud Infrastructure
@@ -848,6 +852,7 @@ oracle.oci
848852
* :ref:`oracle.oci.oci_ons_subscription_actions <ansible_collections.oracle.oci.oci_ons_subscription_actions_module>` -- Perform actions on a Subscription resource in Oracle Cloud Infrastructure
849853
* :ref:`oracle.oci.oci_ons_subscription_confirmation_facts <ansible_collections.oracle.oci.oci_ons_subscription_confirmation_facts_module>` -- Fetches details about a SubscriptionConfirmation resource in Oracle Cloud Infrastructure
850854
* :ref:`oracle.oci.oci_ons_subscription_facts <ansible_collections.oracle.oci.oci_ons_subscription_facts_module>` -- Fetches details about one or multiple Subscription resources in Oracle Cloud Infrastructure
855+
* :ref:`oracle.oci.oci_opsi_database_configuration_facts <ansible_collections.oracle.oci.oci_opsi_database_configuration_facts_module>` -- Fetches details about one or multiple DatabaseConfiguration resources in Oracle Cloud Infrastructure
851856
* :ref:`oracle.oci.oci_opsi_database_insights <ansible_collections.oracle.oci.oci_opsi_database_insights_module>` -- Manage a DatabaseInsights resource in Oracle Cloud Infrastructure
852857
* :ref:`oracle.oci.oci_opsi_database_insights_actions <ansible_collections.oracle.oci.oci_opsi_database_insights_actions_module>` -- Perform actions on a DatabaseInsights resource in Oracle Cloud Infrastructure
853858
* :ref:`oracle.oci.oci_opsi_database_insights_facts <ansible_collections.oracle.oci.oci_opsi_database_insights_facts_module>` -- Fetches details about one or multiple DatabaseInsights resources in Oracle Cloud Infrastructure
@@ -976,6 +981,12 @@ oracle.oci
976981
* :ref:`oracle.oci.oci_vault_secret_facts <ansible_collections.oracle.oci.oci_vault_secret_facts_module>` -- Fetches details about one or multiple Secret resources in Oracle Cloud Infrastructure
977982
* :ref:`oracle.oci.oci_vault_secret_version_actions <ansible_collections.oracle.oci.oci_vault_secret_version_actions_module>` -- Perform actions on a SecretVersion resource in Oracle Cloud Infrastructure
978983
* :ref:`oracle.oci.oci_vault_secret_version_facts <ansible_collections.oracle.oci.oci_vault_secret_version_facts_module>` -- Fetches details about one or multiple SecretVersion resources in Oracle Cloud Infrastructure
984+
* :ref:`oracle.oci.oci_vulnerability_scanning_container_scan_recipe <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_recipe_module>` -- Manage a ContainerScanRecipe resource in Oracle Cloud Infrastructure
985+
* :ref:`oracle.oci.oci_vulnerability_scanning_container_scan_recipe_actions <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_recipe_actions_module>` -- Perform actions on a ContainerScanRecipe resource in Oracle Cloud Infrastructure
986+
* :ref:`oracle.oci.oci_vulnerability_scanning_container_scan_recipe_facts <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_recipe_facts_module>` -- Fetches details about one or multiple ContainerScanRecipe resources in Oracle Cloud Infrastructure
987+
* :ref:`oracle.oci.oci_vulnerability_scanning_container_scan_target <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_target_module>` -- Manage a ContainerScanTarget resource in Oracle Cloud Infrastructure
988+
* :ref:`oracle.oci.oci_vulnerability_scanning_container_scan_target_actions <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_target_actions_module>` -- Perform actions on a ContainerScanTarget resource in Oracle Cloud Infrastructure
989+
* :ref:`oracle.oci.oci_vulnerability_scanning_container_scan_target_facts <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_target_facts_module>` -- Fetches details about one or multiple ContainerScanTarget resources in Oracle Cloud Infrastructure
979990
* :ref:`oracle.oci.oci_vulnerability_scanning_host_scan_recipe <ansible_collections.oracle.oci.oci_vulnerability_scanning_host_scan_recipe_module>` -- Manage a HostScanRecipe resource in Oracle Cloud Infrastructure
980991
* :ref:`oracle.oci.oci_vulnerability_scanning_host_scan_recipe_facts <ansible_collections.oracle.oci.oci_vulnerability_scanning_host_scan_recipe_facts_module>` -- Fetches details about one or multiple HostScanRecipe resources in Oracle Cloud Infrastructure
981992
* :ref:`oracle.oci.oci_vulnerability_scanning_host_scan_target <ansible_collections.oracle.oci.oci_vulnerability_scanning_host_scan_target_module>` -- Manage a HostScanTarget resource in Oracle Cloud Infrastructure

docs/collections/oracle/oci/index.rst

+23-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Oracle.Oci
55
==========
66

7-
Collection version 2.24.0
7+
Collection version 2.25.0
88

99
.. toctree::
1010
:maxdepth: 1
@@ -220,6 +220,7 @@ Modules
220220
* :ref:`oci_container_engine_cluster <ansible_collections.oracle.oci.oci_container_engine_cluster_module>` -- Manage a Cluster resource in Oracle Cloud Infrastructure
221221
* :ref:`oci_container_engine_cluster_actions <ansible_collections.oracle.oci.oci_container_engine_cluster_actions_module>` -- Perform actions on a Cluster resource in Oracle Cloud Infrastructure
222222
* :ref:`oci_container_engine_cluster_facts <ansible_collections.oracle.oci.oci_container_engine_cluster_facts_module>` -- Fetches details about one or multiple Cluster resources in Oracle Cloud Infrastructure
223+
* :ref:`oci_container_engine_cluster_migrate_to_native_vcn_status_facts <ansible_collections.oracle.oci.oci_container_engine_cluster_migrate_to_native_vcn_status_facts_module>` -- Fetches details about a ClusterMigrateToNativeVcnStatus resource in Oracle Cloud Infrastructure
223224
* :ref:`oci_container_engine_cluster_options_facts <ansible_collections.oracle.oci.oci_container_engine_cluster_options_facts_module>` -- Fetches details about a ClusterOptions resource in Oracle Cloud Infrastructure
224225
* :ref:`oci_container_engine_kubeconfig <ansible_collections.oracle.oci.oci_container_engine_kubeconfig_module>` -- Manage a Kubeconfig resource in Oracle Cloud Infrastructure
225226
* :ref:`oci_container_engine_node_pool <ansible_collections.oracle.oci.oci_container_engine_node_pool_module>` -- Manage a NodePool resource in Oracle Cloud Infrastructure
@@ -265,6 +266,9 @@ Modules
265266
* :ref:`oci_data_safe_private_endpoint <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_module>` -- Manage a DataSafePrivateEndpoint resource in Oracle Cloud Infrastructure
266267
* :ref:`oci_data_safe_private_endpoint_actions <ansible_collections.oracle.oci.oci_data_safe_private_endpoint_actions_module>` -- Perform actions on a DataSafePrivateEndpoint resource in Oracle Cloud Infrastructure
267268
* :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
269+
* :ref:`oci_data_safe_target_database <ansible_collections.oracle.oci.oci_data_safe_target_database_module>` -- Manage a TargetDatabase resource in Oracle Cloud Infrastructure
270+
* :ref:`oci_data_safe_target_database_actions <ansible_collections.oracle.oci.oci_data_safe_target_database_actions_module>` -- Perform actions on a TargetDatabase resource in Oracle Cloud Infrastructure
271+
* :ref:`oci_data_safe_target_database_facts <ansible_collections.oracle.oci.oci_data_safe_target_database_facts_module>` -- Fetches details about one or multiple TargetDatabase resources in Oracle Cloud Infrastructure
268272
* :ref:`oci_data_science_model <ansible_collections.oracle.oci.oci_data_science_model_module>` -- Manage a Model resource in Oracle Cloud Infrastructure
269273
* :ref:`oci_data_science_model_actions <ansible_collections.oracle.oci.oci_data_science_model_actions_module>` -- Perform actions on a Model resource in Oracle Cloud Infrastructure
270274
* :ref:`oci_data_science_model_artifact <ansible_collections.oracle.oci.oci_data_science_model_artifact_module>` -- Manage a ModelArtifact resource in Oracle Cloud Infrastructure
@@ -864,6 +868,7 @@ Modules
864868
* :ref:`oci_ons_subscription_actions <ansible_collections.oracle.oci.oci_ons_subscription_actions_module>` -- Perform actions on a Subscription resource in Oracle Cloud Infrastructure
865869
* :ref:`oci_ons_subscription_confirmation_facts <ansible_collections.oracle.oci.oci_ons_subscription_confirmation_facts_module>` -- Fetches details about a SubscriptionConfirmation resource in Oracle Cloud Infrastructure
866870
* :ref:`oci_ons_subscription_facts <ansible_collections.oracle.oci.oci_ons_subscription_facts_module>` -- Fetches details about one or multiple Subscription resources in Oracle Cloud Infrastructure
871+
* :ref:`oci_opsi_database_configuration_facts <ansible_collections.oracle.oci.oci_opsi_database_configuration_facts_module>` -- Fetches details about one or multiple DatabaseConfiguration resources in Oracle Cloud Infrastructure
867872
* :ref:`oci_opsi_database_insights <ansible_collections.oracle.oci.oci_opsi_database_insights_module>` -- Manage a DatabaseInsights resource in Oracle Cloud Infrastructure
868873
* :ref:`oci_opsi_database_insights_actions <ansible_collections.oracle.oci.oci_opsi_database_insights_actions_module>` -- Perform actions on a DatabaseInsights resource in Oracle Cloud Infrastructure
869874
* :ref:`oci_opsi_database_insights_facts <ansible_collections.oracle.oci.oci_opsi_database_insights_facts_module>` -- Fetches details about one or multiple DatabaseInsights resources in Oracle Cloud Infrastructure
@@ -992,6 +997,12 @@ Modules
992997
* :ref:`oci_vault_secret_facts <ansible_collections.oracle.oci.oci_vault_secret_facts_module>` -- Fetches details about one or multiple Secret resources in Oracle Cloud Infrastructure
993998
* :ref:`oci_vault_secret_version_actions <ansible_collections.oracle.oci.oci_vault_secret_version_actions_module>` -- Perform actions on a SecretVersion resource in Oracle Cloud Infrastructure
994999
* :ref:`oci_vault_secret_version_facts <ansible_collections.oracle.oci.oci_vault_secret_version_facts_module>` -- Fetches details about one or multiple SecretVersion resources in Oracle Cloud Infrastructure
1000+
* :ref:`oci_vulnerability_scanning_container_scan_recipe <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_recipe_module>` -- Manage a ContainerScanRecipe resource in Oracle Cloud Infrastructure
1001+
* :ref:`oci_vulnerability_scanning_container_scan_recipe_actions <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_recipe_actions_module>` -- Perform actions on a ContainerScanRecipe resource in Oracle Cloud Infrastructure
1002+
* :ref:`oci_vulnerability_scanning_container_scan_recipe_facts <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_recipe_facts_module>` -- Fetches details about one or multiple ContainerScanRecipe resources in Oracle Cloud Infrastructure
1003+
* :ref:`oci_vulnerability_scanning_container_scan_target <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_target_module>` -- Manage a ContainerScanTarget resource in Oracle Cloud Infrastructure
1004+
* :ref:`oci_vulnerability_scanning_container_scan_target_actions <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_target_actions_module>` -- Perform actions on a ContainerScanTarget resource in Oracle Cloud Infrastructure
1005+
* :ref:`oci_vulnerability_scanning_container_scan_target_facts <ansible_collections.oracle.oci.oci_vulnerability_scanning_container_scan_target_facts_module>` -- Fetches details about one or multiple ContainerScanTarget resources in Oracle Cloud Infrastructure
9951006
* :ref:`oci_vulnerability_scanning_host_scan_recipe <ansible_collections.oracle.oci.oci_vulnerability_scanning_host_scan_recipe_module>` -- Manage a HostScanRecipe resource in Oracle Cloud Infrastructure
9961007
* :ref:`oci_vulnerability_scanning_host_scan_recipe_facts <ansible_collections.oracle.oci.oci_vulnerability_scanning_host_scan_recipe_facts_module>` -- Fetches details about one or multiple HostScanRecipe resources in Oracle Cloud Infrastructure
9971008
* :ref:`oci_vulnerability_scanning_host_scan_target <ansible_collections.oracle.oci.oci_vulnerability_scanning_host_scan_target_module>` -- Manage a HostScanTarget resource in Oracle Cloud Infrastructure
@@ -1255,6 +1266,7 @@ Modules
12551266
oci_container_engine_cluster_module
12561267
oci_container_engine_cluster_actions_module
12571268
oci_container_engine_cluster_facts_module
1269+
oci_container_engine_cluster_migrate_to_native_vcn_status_facts_module
12581270
oci_container_engine_cluster_options_facts_module
12591271
oci_container_engine_kubeconfig_module
12601272
oci_container_engine_node_pool_module
@@ -1300,6 +1312,9 @@ Modules
13001312
oci_data_safe_private_endpoint_module
13011313
oci_data_safe_private_endpoint_actions_module
13021314
oci_data_safe_private_endpoint_facts_module
1315+
oci_data_safe_target_database_module
1316+
oci_data_safe_target_database_actions_module
1317+
oci_data_safe_target_database_facts_module
13031318
oci_data_science_model_module
13041319
oci_data_science_model_actions_module
13051320
oci_data_science_model_artifact_module
@@ -1899,6 +1914,7 @@ Modules
18991914
oci_ons_subscription_actions_module
19001915
oci_ons_subscription_confirmation_facts_module
19011916
oci_ons_subscription_facts_module
1917+
oci_opsi_database_configuration_facts_module
19021918
oci_opsi_database_insights_module
19031919
oci_opsi_database_insights_actions_module
19041920
oci_opsi_database_insights_facts_module
@@ -2027,6 +2043,12 @@ Modules
20272043
oci_vault_secret_facts_module
20282044
oci_vault_secret_version_actions_module
20292045
oci_vault_secret_version_facts_module
2046+
oci_vulnerability_scanning_container_scan_recipe_module
2047+
oci_vulnerability_scanning_container_scan_recipe_actions_module
2048+
oci_vulnerability_scanning_container_scan_recipe_facts_module
2049+
oci_vulnerability_scanning_container_scan_target_module
2050+
oci_vulnerability_scanning_container_scan_target_actions_module
2051+
oci_vulnerability_scanning_container_scan_target_facts_module
20302052
oci_vulnerability_scanning_host_scan_recipe_module
20312053
oci_vulnerability_scanning_host_scan_recipe_facts_module
20322054
oci_vulnerability_scanning_host_scan_target_module

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.24.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.25.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.24.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.25.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.24.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.25.0).
2424

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

0 commit comments

Comments
 (0)