mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 07:28:37 -05:00
update retry-on-failed acceptance docs
Relaunching by other status values is tabled for later.
This commit is contained in:
@@ -2648,8 +2648,7 @@ class JobRelaunchSerializer(JobSerializer):
|
||||
required=False, allow_null=True, default='all',
|
||||
choices=[
|
||||
('all', _('No change to job limit')),
|
||||
('failed', _('All failed and unreachable hosts')),
|
||||
('unreachable', _('Unreachable hosts'))
|
||||
('failed', _('All failed and unreachable hosts'))
|
||||
],
|
||||
write_only=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user