Skip to content

Commit

Permalink
Add file to compute_cloud_inventory_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Oct 21, 2024
1 parent 705d8c0 commit 2bafece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/utils/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def compute_cloud_inventory_sources() -> dict[str, str]:

plugins = discover_available_cloud_provider_plugin_names()

return dict(zip(plugins, plugins), scm='scm', constructed='constructed')
return dict(zip(plugins, plugins), file='file', scm='scm', constructed='constructed')

0 comments on commit 2bafece

Please sign in to comment.