mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
docs feedback for fojf incorporated
This commit is contained in:
@@ -2251,7 +2251,7 @@ class WorkflowNodeBaseSerializer(BaseSerializer):
|
|||||||
always_nodes = serializers.PrimaryKeyRelatedField(many=True, read_only=True)
|
always_nodes = serializers.PrimaryKeyRelatedField(many=True, read_only=True)
|
||||||
fail_on_job_failure = serializers.BooleanField(
|
fail_on_job_failure = serializers.BooleanField(
|
||||||
help_text=('If set to true, and if the job runs and fails, '
|
help_text=('If set to true, and if the job runs and fails, '
|
||||||
'the workflow will also be marked as failed.'),
|
'the workflow is marked as failed.'),
|
||||||
default=True)
|
default=True)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user