mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
add convergence attribute to awxkit
This commit is contained in:
@@ -30,7 +30,8 @@ class WorkflowJobTemplateNode(HasCreate, base.Base):
|
|||||||
'job_type',
|
'job_type',
|
||||||
'skip_tags',
|
'skip_tags',
|
||||||
'verbosity',
|
'verbosity',
|
||||||
'extra_data')
|
'extra_data',
|
||||||
|
'all_parents_must_converge')
|
||||||
|
|
||||||
update_payload(payload, optional_fields, kwargs)
|
update_payload(payload, optional_fields, kwargs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user