Skip to content

Commit e12f691

Browse files
author
Sushant
committed
Releasing version 2.33.0
1 parent 3730875 commit e12f691

File tree

1,257 files changed

+17917
-1559
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,257 files changed

+17917
-1559
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.33.0] - 2021-10-20
8+
9+
## Added
10+
- Support for excluding compartments from which hosts should be listed from
11+
- Support for list and read DeploymentUpgrade, cancel and restore DeploymentBackup in the Golden Gate service
12+
- Support for the run-once monitor feature and network data collection in the Application Performance Monitoring service
13+
- Support new response value "OPERATOR" for backup creationType in list and get MDS backup api for Mysql.
14+
- Support for `object_collection_rule` and `scheduled_task` for LogAnalytics service.
15+
- Support for `get-auto-upgradable-config` and Additional `install-type` parameter added to List Management Agents, Images and Count operations for Management Agent service.
16+
- Support for uploading Datapump logs into Object Storage bucket, and filtering Database Objects in the Database Migration service.
17+
18+
## Changed
19+
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.48.0
20+
21+
### Breaking
22+
- Param `is_agent_auto_upgradable` is removed from Management Agent Service.
23+
24+
725
## [2.32.0] - 2021-10-07
826

927
## Added

Diff for: KNOWN_ISSUES.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ When using the oci_compute_volume_attachment_facts module, it outputs Linux iscs
77

88
This issue is fixed in v2.14.0 but only when fetching getting the of a specific volume attachment using volume_attachment_id. Please check [this](https://github.com/oracle/oci-ansible-collection/issues/15) for more details.
99

10+
### oci_nosql_table module is not idempotent
11+
The nosql service may change the user provided ddl_statement to a functinoally equivalent ddl_statement.
12+
This can cause future runs of the playbook to fail because the module compares each attribute with existin values and this might cause a mismatch and thus attemps to perform the operation again.
13+
For create operation, you can get around this problem by using `key_by` module parameter and not having `ddl_statement` in it.
14+
1015
## OCI Inventory Plugin
1116

1217
### fetch_db_host does not work with tag filters

Diff for: docs/collections/index_module.rst

+8
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ oracle.oci
529529
* :ref:`oracle.oci.oci_golden_gate_deployment_backup_actions <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_actions_module>` -- Perform actions on a DeploymentBackup resource in Oracle Cloud Infrastructure
530530
* :ref:`oracle.oci.oci_golden_gate_deployment_backup_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_facts_module>` -- Fetches details about one or multiple DeploymentBackup resources in Oracle Cloud Infrastructure
531531
* :ref:`oracle.oci.oci_golden_gate_deployment_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_facts_module>` -- Fetches details about one or multiple Deployment resources in Oracle Cloud Infrastructure
532+
* :ref:`oracle.oci.oci_golden_gate_deployment_upgrade_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_upgrade_facts_module>` -- Fetches details about one or multiple DeploymentUpgrade resources in Oracle Cloud Infrastructure
532533
* :ref:`oracle.oci.oci_healthchecks_health_checks_vantage_point_facts <ansible_collections.oracle.oci.oci_healthchecks_health_checks_vantage_point_facts_module>` -- Fetches details about one or multiple HealthChecksVantagePoint resources in Oracle Cloud Infrastructure
533534
* :ref:`oracle.oci.oci_healthchecks_http_monitor <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_module>` -- Manage a HttpMonitor resource in Oracle Cloud Infrastructure
534535
* :ref:`oracle.oci.oci_healthchecks_http_monitor_actions <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_actions_module>` -- Perform actions on a HttpMonitor resource in Oracle Cloud Infrastructure
@@ -668,7 +669,13 @@ oracle.oci
668669
* :ref:`oracle.oci.oci_log_analytics_log_group_facts <ansible_collections.oracle.oci.oci_log_analytics_log_group_facts_module>` -- Fetches details about one or multiple LogAnalyticsLogGroup resources in Oracle Cloud Infrastructure
669670
* :ref:`oracle.oci.oci_log_analytics_namespace_actions <ansible_collections.oracle.oci.oci_log_analytics_namespace_actions_module>` -- Perform actions on a Namespace resource in Oracle Cloud Infrastructure
670671
* :ref:`oracle.oci.oci_log_analytics_namespace_facts <ansible_collections.oracle.oci.oci_log_analytics_namespace_facts_module>` -- Fetches details about one or multiple Namespace resources in Oracle Cloud Infrastructure
672+
* :ref:`oracle.oci.oci_log_analytics_object_collection_rule <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_module>` -- Manage a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
673+
* :ref:`oracle.oci.oci_log_analytics_object_collection_rule_actions <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_actions_module>` -- Perform actions on a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
674+
* :ref:`oracle.oci.oci_log_analytics_object_collection_rule_facts <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_facts_module>` -- Fetches details about one or multiple LogAnalyticsObjectCollectionRule resources in Oracle Cloud Infrastructure
671675
* :ref:`oracle.oci.oci_log_analytics_recalled_data_facts <ansible_collections.oracle.oci.oci_log_analytics_recalled_data_facts_module>` -- Fetches details about one or multiple RecalledData resources in Oracle Cloud Infrastructure
676+
* :ref:`oracle.oci.oci_log_analytics_scheduled_task <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_module>` -- Manage a ScheduledTask resource in Oracle Cloud Infrastructure
677+
* :ref:`oracle.oci.oci_log_analytics_scheduled_task_actions <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_actions_module>` -- Perform actions on a ScheduledTask resource in Oracle Cloud Infrastructure
678+
* :ref:`oracle.oci.oci_log_analytics_scheduled_task_facts <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_facts_module>` -- Fetches details about one or multiple ScheduledTask resources in Oracle Cloud Infrastructure
672679
* :ref:`oracle.oci.oci_log_analytics_storage <ansible_collections.oracle.oci.oci_log_analytics_storage_module>` -- Manage a Storage resource in Oracle Cloud Infrastructure
673680
* :ref:`oracle.oci.oci_log_analytics_storage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_facts_module>` -- Fetches details about a Storage resource in Oracle Cloud Infrastructure
674681
* :ref:`oracle.oci.oci_log_analytics_storage_usage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_usage_facts_module>` -- Fetches details about a StorageUsage resource in Oracle Cloud Infrastructure
@@ -688,6 +695,7 @@ oracle.oci
688695
* :ref:`oracle.oci.oci_management_agent <ansible_collections.oracle.oci.oci_management_agent_module>` -- Manage a ManagementAgent resource in Oracle Cloud Infrastructure
689696
* :ref:`oracle.oci.oci_management_agent_actions <ansible_collections.oracle.oci.oci_management_agent_actions_module>` -- Perform actions on a ManagementAgent resource in Oracle Cloud Infrastructure
690697
* :ref:`oracle.oci.oci_management_agent_aggregation_facts <ansible_collections.oracle.oci.oci_management_agent_aggregation_facts_module>` -- Fetches details about one or multiple ManagementAgentAggregation resources in Oracle Cloud Infrastructure
698+
* :ref:`oracle.oci.oci_management_agent_auto_upgradable_config_facts <ansible_collections.oracle.oci.oci_management_agent_auto_upgradable_config_facts_module>` -- Fetches details about a AutoUpgradableConfig resource in Oracle Cloud Infrastructure
691699
* :ref:`oracle.oci.oci_management_agent_availability_history_facts <ansible_collections.oracle.oci.oci_management_agent_availability_history_facts_module>` -- Fetches details about one or multiple AvailabilityHistory resources in Oracle Cloud Infrastructure
692700
* :ref:`oracle.oci.oci_management_agent_facts <ansible_collections.oracle.oci.oci_management_agent_facts_module>` -- Fetches details about one or multiple ManagementAgent resources in Oracle Cloud Infrastructure
693701
* :ref:`oracle.oci.oci_management_agent_image_facts <ansible_collections.oracle.oci.oci_management_agent_image_facts_module>` -- Fetches details about one or multiple ManagementAgentImage resources in Oracle Cloud Infrastructure

Diff for: docs/collections/oracle/oci/index.rst

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

7-
Collection version 2.32.0
7+
Collection version 2.33.0
88

99
.. toctree::
1010
:maxdepth: 1
@@ -545,6 +545,7 @@ Modules
545545
* :ref:`oci_golden_gate_deployment_backup_actions <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_actions_module>` -- Perform actions on a DeploymentBackup resource in Oracle Cloud Infrastructure
546546
* :ref:`oci_golden_gate_deployment_backup_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_facts_module>` -- Fetches details about one or multiple DeploymentBackup resources in Oracle Cloud Infrastructure
547547
* :ref:`oci_golden_gate_deployment_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_facts_module>` -- Fetches details about one or multiple Deployment resources in Oracle Cloud Infrastructure
548+
* :ref:`oci_golden_gate_deployment_upgrade_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_upgrade_facts_module>` -- Fetches details about one or multiple DeploymentUpgrade resources in Oracle Cloud Infrastructure
548549
* :ref:`oci_healthchecks_health_checks_vantage_point_facts <ansible_collections.oracle.oci.oci_healthchecks_health_checks_vantage_point_facts_module>` -- Fetches details about one or multiple HealthChecksVantagePoint resources in Oracle Cloud Infrastructure
549550
* :ref:`oci_healthchecks_http_monitor <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_module>` -- Manage a HttpMonitor resource in Oracle Cloud Infrastructure
550551
* :ref:`oci_healthchecks_http_monitor_actions <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_actions_module>` -- Perform actions on a HttpMonitor resource in Oracle Cloud Infrastructure
@@ -684,7 +685,13 @@ Modules
684685
* :ref:`oci_log_analytics_log_group_facts <ansible_collections.oracle.oci.oci_log_analytics_log_group_facts_module>` -- Fetches details about one or multiple LogAnalyticsLogGroup resources in Oracle Cloud Infrastructure
685686
* :ref:`oci_log_analytics_namespace_actions <ansible_collections.oracle.oci.oci_log_analytics_namespace_actions_module>` -- Perform actions on a Namespace resource in Oracle Cloud Infrastructure
686687
* :ref:`oci_log_analytics_namespace_facts <ansible_collections.oracle.oci.oci_log_analytics_namespace_facts_module>` -- Fetches details about one or multiple Namespace resources in Oracle Cloud Infrastructure
688+
* :ref:`oci_log_analytics_object_collection_rule <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_module>` -- Manage a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
689+
* :ref:`oci_log_analytics_object_collection_rule_actions <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_actions_module>` -- Perform actions on a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
690+
* :ref:`oci_log_analytics_object_collection_rule_facts <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_facts_module>` -- Fetches details about one or multiple LogAnalyticsObjectCollectionRule resources in Oracle Cloud Infrastructure
687691
* :ref:`oci_log_analytics_recalled_data_facts <ansible_collections.oracle.oci.oci_log_analytics_recalled_data_facts_module>` -- Fetches details about one or multiple RecalledData resources in Oracle Cloud Infrastructure
692+
* :ref:`oci_log_analytics_scheduled_task <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_module>` -- Manage a ScheduledTask resource in Oracle Cloud Infrastructure
693+
* :ref:`oci_log_analytics_scheduled_task_actions <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_actions_module>` -- Perform actions on a ScheduledTask resource in Oracle Cloud Infrastructure
694+
* :ref:`oci_log_analytics_scheduled_task_facts <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_facts_module>` -- Fetches details about one or multiple ScheduledTask resources in Oracle Cloud Infrastructure
688695
* :ref:`oci_log_analytics_storage <ansible_collections.oracle.oci.oci_log_analytics_storage_module>` -- Manage a Storage resource in Oracle Cloud Infrastructure
689696
* :ref:`oci_log_analytics_storage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_facts_module>` -- Fetches details about a Storage resource in Oracle Cloud Infrastructure
690697
* :ref:`oci_log_analytics_storage_usage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_usage_facts_module>` -- Fetches details about a StorageUsage resource in Oracle Cloud Infrastructure
@@ -704,6 +711,7 @@ Modules
704711
* :ref:`oci_management_agent <ansible_collections.oracle.oci.oci_management_agent_module>` -- Manage a ManagementAgent resource in Oracle Cloud Infrastructure
705712
* :ref:`oci_management_agent_actions <ansible_collections.oracle.oci.oci_management_agent_actions_module>` -- Perform actions on a ManagementAgent resource in Oracle Cloud Infrastructure
706713
* :ref:`oci_management_agent_aggregation_facts <ansible_collections.oracle.oci.oci_management_agent_aggregation_facts_module>` -- Fetches details about one or multiple ManagementAgentAggregation resources in Oracle Cloud Infrastructure
714+
* :ref:`oci_management_agent_auto_upgradable_config_facts <ansible_collections.oracle.oci.oci_management_agent_auto_upgradable_config_facts_module>` -- Fetches details about a AutoUpgradableConfig resource in Oracle Cloud Infrastructure
707715
* :ref:`oci_management_agent_availability_history_facts <ansible_collections.oracle.oci.oci_management_agent_availability_history_facts_module>` -- Fetches details about one or multiple AvailabilityHistory resources in Oracle Cloud Infrastructure
708716
* :ref:`oci_management_agent_facts <ansible_collections.oracle.oci.oci_management_agent_facts_module>` -- Fetches details about one or multiple ManagementAgent resources in Oracle Cloud Infrastructure
709717
* :ref:`oci_management_agent_image_facts <ansible_collections.oracle.oci.oci_management_agent_image_facts_module>` -- Fetches details about one or multiple ManagementAgentImage resources in Oracle Cloud Infrastructure
@@ -1675,6 +1683,7 @@ Modules
16751683
oci_golden_gate_deployment_backup_actions_module
16761684
oci_golden_gate_deployment_backup_facts_module
16771685
oci_golden_gate_deployment_facts_module
1686+
oci_golden_gate_deployment_upgrade_facts_module
16781687
oci_healthchecks_health_checks_vantage_point_facts_module
16791688
oci_healthchecks_http_monitor_module
16801689
oci_healthchecks_http_monitor_actions_module
@@ -1814,7 +1823,13 @@ Modules
18141823
oci_log_analytics_log_group_facts_module
18151824
oci_log_analytics_namespace_actions_module
18161825
oci_log_analytics_namespace_facts_module
1826+
oci_log_analytics_object_collection_rule_module
1827+
oci_log_analytics_object_collection_rule_actions_module
1828+
oci_log_analytics_object_collection_rule_facts_module
18171829
oci_log_analytics_recalled_data_facts_module
1830+
oci_log_analytics_scheduled_task_module
1831+
oci_log_analytics_scheduled_task_actions_module
1832+
oci_log_analytics_scheduled_task_facts_module
18181833
oci_log_analytics_storage_module
18191834
oci_log_analytics_storage_facts_module
18201835
oci_log_analytics_storage_usage_facts_module
@@ -1834,6 +1849,7 @@ Modules
18341849
oci_management_agent_module
18351850
oci_management_agent_actions_module
18361851
oci_management_agent_aggregation_facts_module
1852+
oci_management_agent_auto_upgradable_config_facts_module
18371853
oci_management_agent_availability_history_facts_module
18381854
oci_management_agent_facts_module
18391855
oci_management_agent_image_facts_module

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_actions -- Perform actio
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_facts -- Fetches details
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint -- Manage an AiPrivateEn
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_actions -- Perform actions on a D
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_facts -- Fetches details about on
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset -- Manage a DataAsset resource in
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_model_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model_actions -- Perform actions on a Model
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_model_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model_facts -- Fetches details about one or
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_model_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model -- Manage a Model resource in Oracle C
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

Diff for: docs/collections/oracle/oci/oci_ai_anomaly_detection_project_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_project_actions -- Perform actions on a Proj
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.32.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.33.0).
3434

3535
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
3636

0 commit comments

Comments
 (0)