Skip to content

Commit

Permalink
Update awx/main/constants.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
djyasin and webknjaz committed Sep 19, 2024
1 parent 24158ae commit 3b9f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'STANDARD_INVENTORY_UPDATE_ENV',
]

plugin_names = tuple(key for key in InventorySourceOptions.injectors.keys())
plugin_names = tuple(InventorySourceOptions.injectors.keys())


CLOUD_PROVIDERS = plugin_names
Expand Down

0 comments on commit 3b9f0db

Please sign in to comment.