mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
In collection, give changed status in workflow_job_template when destroying nodes (#13928)
This commit is contained in:
parent
fa8968b95b
commit
d3de884baf
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user