Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@

always:
- name: add_workflows_schema | Cleanup async results files
when:
- not ansible_check_mode
- __workflows_schema_results_item.ansible_job_id is defined
ansible.builtin.async_status:
jid: "{{ __workflows_schema_results_item.ansible_job_id }}"
mode: cleanup
Expand Down
Loading