In collection, give changed status in workflow_job_template when destroying nodes (#13928)

This commit is contained in:
Sean Sullivan 2023-06-21 15:17:53 -04:00 committed by GitHub
parent fa8968b95b
commit d3de884baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -991,6 +991,7 @@ def main():
# Destroy current nodes if selected.
if destroy_current_nodes:
destroy_workflow_nodes(module, response, workflow_job_template_id)
module.json_output['changed'] = True
# Work thorugh and lookup value for schema fields
if workflow_nodes: