mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
docs feedback for fojf incorporated
This commit is contained in:
parent
48fc9eb773
commit
10c847e804
@ -2251,7 +2251,7 @@ class WorkflowNodeBaseSerializer(BaseSerializer):
|
||||
always_nodes = serializers.PrimaryKeyRelatedField(many=True, read_only=True)
|
||||
fail_on_job_failure = serializers.BooleanField(
|
||||
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)
|
||||
|
||||
class Meta:
|
||||
|
Loading…
Reference in New Issue
Block a user