diff --git a/plugins/inventory/oci.py b/plugins/inventory/oci.py index 43980e291f..c38fbf0126 100644 --- a/plugins/inventory/oci.py +++ b/plugins/inventory/oci.py @@ -1060,7 +1060,7 @@ def get_filtered_instances(self, compartment_ocid, region): oci_common_utils.list_all_resources( target_fn=compute_client.list_instances, compartment_id=compartment_ocid, - lifecycle_state="RUNNING", + #lifecycle_state="RUNNING", ), compartment_ocid, )