Remove update_on_project_update from awxkit

This was removed from the InventorySource model a bit ago.
This commit is contained in:
Jeff Bradberry 2022-12-01 13:44:10 -05:00
parent fb37f22bf4
commit 48eba60be4

View File

@ -333,7 +333,6 @@ class InventorySource(HasCreate, HasNotifications, UnifiedJobTemplate):
'overwrite_vars',
'update_cache_timeout',
'update_on_launch',
'update_on_project_update',
'verbosity',
)