mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Add sync launch type
This commit is contained in:
parent
94ffce07a4
commit
a06b44ae38
@ -389,6 +389,7 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
|
||||
('scheduled', _('Scheduled')), # Job was started from a schedule.
|
||||
('dependency', _('Dependency')), # Job was started as a dependency of another job.
|
||||
('workflow', _('Workflow')), # Job was started from a workflow job.
|
||||
('sync', _('Sync')), # Job was started from a project sync.
|
||||
]
|
||||
|
||||
PASSWORD_FIELDS = ('start_args',)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user