mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
fixed copy functionality to include convergence as is instead of reseting ALL nodes to be default ANY nodes
This commit is contained in:
@@ -136,7 +136,7 @@ class WorkflowJobTemplateNode(WorkflowNodeBase):
|
|||||||
FIELDS_TO_PRESERVE_AT_COPY = [
|
FIELDS_TO_PRESERVE_AT_COPY = [
|
||||||
'unified_job_template', 'workflow_job_template', 'success_nodes', 'failure_nodes',
|
'unified_job_template', 'workflow_job_template', 'success_nodes', 'failure_nodes',
|
||||||
'always_nodes', 'credentials', 'inventory', 'extra_data', 'survey_passwords',
|
'always_nodes', 'credentials', 'inventory', 'extra_data', 'survey_passwords',
|
||||||
'char_prompts'
|
'char_prompts', 'all_parents_must_converge'
|
||||||
]
|
]
|
||||||
REENCRYPTION_BLACKLIST_AT_COPY = ['extra_data', 'survey_passwords']
|
REENCRYPTION_BLACKLIST_AT_COPY = ['extra_data', 'survey_passwords']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user