Make sure we include schedules as things that can be included when

creatinga  concrete job(any) from a job template, project update, or
inventory update
This commit is contained in:
Matthew Jones
2014-12-08 14:03:16 -05:00
parent 9f6230f7cc
commit 3d3cf2bb9e
3 changed files with 3 additions and 3 deletions

View File

@@ -1085,7 +1085,7 @@ class InventorySource(UnifiedJobTemplate, InventorySourceOptions):
@classmethod
def _get_unified_job_field_names(cls):
return ['name', 'description', 'source', 'source_path', 'source_script', 'source_vars',
return ['name', 'description', 'source', 'source_path', 'source_script', 'source_vars', 'schedule',
'credential', 'source_regions', 'instance_filters', 'group_by', 'overwrite', 'overwrite_vars']
def save(self, *args, **kwargs):