mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Solve rebase conflicts.
This commit is contained in:
@@ -257,11 +257,7 @@ class JobTemplate(UnifiedJobTemplate, JobOptions, ResourceMixin):
|
||||
'playbook', 'credential', 'cloud_credential', 'network_credential', 'forks', 'schedule',
|
||||
'limit', 'verbosity', 'job_tags', 'extra_vars', 'launch_type',
|
||||
'force_handlers', 'skip_tags', 'start_at_task', 'become_enabled',
|
||||
<<<<<<< 887818cb8987d465e23f1ed0c5886473acdbfcda
|
||||
'labels', 'survey_passwords', 'allow_simultaneous',]
|
||||
=======
|
||||
'labels', 'survey_passwords', 'timeout']
|
||||
>>>>>>> Implement timeout on job/job-template.
|
||||
'labels', 'survey_passwords', 'allow_simultaneous', 'timeout']
|
||||
|
||||
def resource_validation_data(self):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user