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