Merge pull request #13644 from fosterseth/inv_source_scm_branch

Add scm_branch to inventory source and inventory update
This commit is contained in:
Sarah Akus
2023-03-11 10:57:21 -05:00
committed by GitHub
11 changed files with 82 additions and 9 deletions

View File

@@ -319,6 +319,7 @@ class InventorySource(HasCreate, HasNotifications, UnifiedJobTemplate):
optional_fields = (
'source_path',
'source_vars',
'scm_branch',
'timeout',
'overwrite',
'overwrite_vars',