mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Solve rebase conflicts.
This commit is contained in:
@@ -7,7 +7,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0035_v310_jobevent_uuid'),
|
||||
('main', '0040_v310_artifacts'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@@ -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