Skip to content

Commit

Permalink
Update awx/main/utils/plugins.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
djyasin and webknjaz authored Oct 16, 2024
1 parent c669b39 commit 7bac75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/utils/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def discover_available_cloud_provider_plugin_names() -> list[str]:
return list(InventorySourceOptions.injectors.keys())


@cache
def compute_cloud_inventory_sources() -> dict[str, str]:
"""Return a dictionary of cloud provider plugin names
available plus source control management.
Expand Down

0 comments on commit 7bac75e

Please sign in to comment.